Uses of Enum
org.identityconnectors.framework.common.objects.ValueListOpenness
Packages that use ValueListOpenness
-
Uses of ValueListOpenness in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return ValueListOpennessModifier and TypeMethodDescriptionSuggestedValues.getOpenness()
Returns openness of value list.SuggestedValuesBuilder.getOpenness()
Returns openness of value list.static ValueListOpenness
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 ValueListOpennessModifier and TypeMethodDescriptionvoid
SuggestedValuesBuilder.setOpenness
(ValueListOpenness openness) Sets openness of value list.