Package com.soffid.iam.iga.api
Class AttributeDirection
java.lang.Object
com.soffid.iam.iga.api.AttributeDirection
- All Implemented Interfaces:
Serializable
Enumeration AttributeDirection
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDirectionstatic final AttributeDirectionstatic final AttributeDirection -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanstatic AttributeDirectionfromString(String value) Creates an instance of AttributeDirection 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
-
INPUT
-
OUTPUT
-
INPUTOUTPUT
-
-
Constructor Details
-
AttributeDirection
protected AttributeDirection()
-
-
Method Details
-
toString
-
fromString
Creates an instance of AttributeDirection fromvalue.- Parameters:
value- the value to create the AttributeDirection 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()
-