Package com.soffid.iam.base.api
Class ServerPluginModuleType
java.lang.Object
com.soffid.iam.base.api.ServerPluginModuleType
- All Implemented Interfaces:
Serializable
Enumeration ServerPluginModuleType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerPluginModuleTypestatic final ServerPluginModuleTypestatic final ServerPluginModuleTypestatic final ServerPluginModuleTypestatic final ServerPluginModuleTypestatic final ServerPluginModuleTypestatic final ServerPluginModuleType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic ServerPluginModuleTypefromString(String value) Creates an instance of ServerPluginModuleType fromvalue.getValue()Gets the underlying value of this type safe enumeration.inthashCode()static Listliterals()Returns an unmodifiable list containing the literals that are known by this enumeration.static Listnames()Returns an unmodifiable list containing the names of the literals that are known by this enumeration.toString()
-
Field Details
-
MODULE_WEB
-
MODULE_CORE
-
MODULE_SYNCSERVER
-
MODULE_AGENT
-
MODULE_COMMON
-
MODULE_WEBSERVICE
-
MODULE_SELFSERVICE
-
-
Constructor Details
-
ServerPluginModuleType
protected ServerPluginModuleType()
-
-
Method Details
-
toString
-
fromString
Creates an instance of ServerPluginModuleType fromvalue.- Parameters:
value- the value to create the ServerPluginModuleType from.
-
getValue
Gets the underlying value of this type safe enumeration.- Returns:
- the underlying value.
-
compareTo
- See Also:
-
literals
Returns an unmodifiable list containing the literals that are known by this enumeration.- Returns:
- A List containing the actual literals defined by this enumeration, this list can not be modified.
-
names
Returns an unmodifiable list containing the names of the literals that are known by this enumeration.- Returns:
- A List containing the actual names of the literals defined by this enumeration, this list can not be modified.
-
equals
-
hashCode
public int hashCode()
-