Uses of Class
com.sun.identity.sm.AttributeSchema.UIType
-
Packages that use AttributeSchema.UIType Package Description com.sun.identity.sm Provides classes for accessing the Service Management Service (SMS). -
-
Uses of AttributeSchema.UIType in com.sun.identity.sm
Methods in com.sun.identity.sm that return AttributeSchema.UIType Modifier and Type Method Description AttributeSchema.UIType
AttributeSchema. getUIType()
Returns the UI type of the attribute.static AttributeSchema.UIType
AttributeSchema.UIType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeSchema.UIType[]
AttributeSchema.UIType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-