Uses of Class
org.identityconnectors.framework.common.objects.AttributeInfo.RoleInReference
-
Packages that use AttributeInfo.RoleInReference Package Description org.identityconnectors.framework.common.objects -
-
Uses of AttributeInfo.RoleInReference in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeInfo.RoleInReference Modifier and Type Method Description static AttributeInfo.RoleInReference
AttributeInfo.RoleInReference. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeInfo.RoleInReference[]
AttributeInfo.RoleInReference. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-