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