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