Package com.soffid.iam.iga.api
Class SoffidObjectTrigger
java.lang.Object
com.soffid.iam.iga.api.SoffidObjectTrigger
- All Implemented Interfaces:
Serializable
Enumeration SoffidObjectTrigger
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SoffidObjectTriggerstatic final SoffidObjectTriggerstatic final SoffidObjectTriggerstatic final SoffidObjectTriggerstatic final SoffidObjectTriggerstatic final SoffidObjectTriggerstatic final SoffidObjectTriggerstatic final SoffidObjectTrigger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic SoffidObjectTriggerfromString(String value) Creates an instance of SoffidObjectTrigger 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
-
PRE_INSERT
-
PRE_UPDATE
-
PRE_DELETE
-
POST_INSERT
-
POST_UPDATE
-
POST_DELETE
-
PRE_SET_PASSWORD
-
POST_SET_PASSWORD
-
-
Constructor Details
-
SoffidObjectTrigger
protected SoffidObjectTrigger()
-
-
Method Details
-
toString
-
fromString
Creates an instance of SoffidObjectTrigger fromvalue.- Parameters:
value- the value to create the SoffidObjectTrigger 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()
-