Uses of Class
org.apache.syncope.client.console.pages.Types.Type
-
Packages that use Types.Type Package Description org.apache.syncope.client.console.pages -
-
Uses of Types.Type in org.apache.syncope.client.console.pages
Methods in org.apache.syncope.client.console.pages that return Types.Type Modifier and Type Method Description static Types.Type
Types.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.Type[]
Types.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-