Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ValueSetDefinitionPredefinedType
-
Packages that use ValueSetDefinitionPredefinedType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ValueSetDefinitionPredefinedType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ValueSetDefinitionPredefinedType Modifier and Type Field Description protected ValueSetDefinitionPredefinedType
ValueSetDefinitionType. predefined
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ValueSetDefinitionPredefinedType Modifier and Type Method Description static ValueSetDefinitionPredefinedType
ValueSetDefinitionPredefinedType. fromValue(String v)
ValueSetDefinitionPredefinedType
ValueSetDefinitionType. getPredefined()
Gets the value of the predefined property.static ValueSetDefinitionPredefinedType
ValueSetDefinitionPredefinedType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueSetDefinitionPredefinedType[]
ValueSetDefinitionPredefinedType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ValueSetDefinitionPredefinedType Modifier and Type Method Description ValueSetDefinitionType
ValueSetDefinitionType. predefined(ValueSetDefinitionPredefinedType value)
void
ValueSetDefinitionType. setPredefined(ValueSetDefinitionPredefinedType value)
Sets the value of the predefined property.
-