|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeInfo.Flags | |
---|---|
org.identityconnectors.framework.common.objects |
Uses of AttributeInfo.Flags in org.identityconnectors.framework.common.objects |
---|
Methods in org.identityconnectors.framework.common.objects that return AttributeInfo.Flags | |
---|---|
static AttributeInfo.Flags |
AttributeInfo.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AttributeInfo.Flags[] |
AttributeInfo.Flags.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.identityconnectors.framework.common.objects that return types with arguments of type AttributeInfo.Flags | |
---|---|
Set<AttributeInfo.Flags> |
AttributeInfo.getFlags()
Returns the set of flags associated with the attribute. |
Method parameters in org.identityconnectors.framework.common.objects with type arguments of type AttributeInfo.Flags | |
---|---|
static AttributeInfo |
AttributeInfoBuilder.build(String name,
Class<?> type,
Set<AttributeInfo.Flags> flags)
Convenience method to create an AttributeInfo. |
AttributeInfoBuilder |
AttributeInfoBuilder.setFlags(Set<AttributeInfo.Flags> flags)
Sets all of the flags for this builder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |