Uses of Class
org.identityconnectors.framework.common.objects.ValueListOpenness
-
Packages that use ValueListOpenness Package Description org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi This is the "Service Provider Interface" package. -
-
Uses of ValueListOpenness in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return ValueListOpenness Modifier and Type Method Description ValueListOpenness
SuggestedValues. getOpenness()
Returns openness of value list.ValueListOpenness
SuggestedValuesBuilder. getOpenness()
Returns openness of value list.static ValueListOpenness
ValueListOpenness. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueListOpenness[]
ValueListOpenness. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.identityconnectors.framework.common.objects with parameters of type ValueListOpenness Modifier and Type Method Description void
SuggestedValuesBuilder. setOpenness(ValueListOpenness openness)
Sets openness of value list. -
Uses of ValueListOpenness in org.identityconnectors.framework.spi
Methods in org.identityconnectors.framework.spi that return ValueListOpenness Modifier and Type Method Description ValueListOpenness
allowedValuesOpenness()
Specification of openness of list of allowed values.
-