Uses of Enum Class
org.identityconnectors.framework.common.objects.AttributeInfo.Flags
-
Uses of AttributeInfo.Flags in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionstatic AttributeInfo.Flags
Returns the enum constant of this class with the specified name.static AttributeInfo.Flags[]
AttributeInfo.Flags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionAttributeInfo.getFlags()
Returns the set of flags associated with the attribute.Modifier and TypeMethodDescriptionstatic AttributeInfo
AttributeInfoBuilder.build
(String name, Class<?> type, Set<AttributeInfo.Flags> flags) Convenience method to create an AttributeInfo.AttributeInfoBuilder.setFlags
(Set<AttributeInfo.Flags> flags) Sets all of the flags for this builder.