Package org.w3.xlink
Class ActuateType
- Object
-
- AbstractEnumerator
-
- ActuateType
-
- All Implemented Interfaces:
Serializable
,Enumerator
public final class ActuateType extends AbstractEnumerator
A representation of the literals of the enumeration 'Actuate Type', and utility methods for working with them.- See Also:
XlinkPackage.getActuateType()
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
NONE
The 'None' literal value.static ActuateType
NONE_LITERAL
The 'None' literal object.static int
ON_LOAD
The 'On Load' literal value.static ActuateType
ON_LOAD_LITERAL
The 'On Load' literal object.static int
ON_REQUEST
The 'On Request' literal value.static ActuateType
ON_REQUEST_LITERAL
The 'On Request' literal object.static int
OTHER
The 'Other' literal value.static ActuateType
OTHER_LITERAL
The 'Other' literal object.static List
VALUES
A public read-only list of all the 'Actuate Type' enumerators.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActuateType
get(int value)
Returns the 'Actuate Type' literal with the specified integer value.static ActuateType
get(String literal)
Returns the 'Actuate Type' literal with the specified literal value.static ActuateType
getByName(String name)
Returns the 'Actuate Type' literal with the specified name.
-
-
-
Field Detail
-
ON_LOAD
public static final int ON_LOAD
The 'On Load' literal value.If the meaning of 'On Load' literal object isn't clear, there really should be more of a description here...
- See Also:
ON_LOAD_LITERAL
, Constant Field Values
-
ON_REQUEST
public static final int ON_REQUEST
The 'On Request' literal value.If the meaning of 'On Request' literal object isn't clear, there really should be more of a description here...
- See Also:
ON_REQUEST_LITERAL
, Constant Field Values
-
OTHER
public static final int OTHER
The 'Other' literal value.If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...
- See Also:
OTHER_LITERAL
, Constant Field Values
-
NONE
public static final int NONE
The 'None' literal value.If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
- See Also:
NONE_LITERAL
, Constant Field Values
-
ON_LOAD_LITERAL
public static final ActuateType ON_LOAD_LITERAL
The 'On Load' literal object.- See Also:
ON_LOAD
-
ON_REQUEST_LITERAL
public static final ActuateType ON_REQUEST_LITERAL
The 'On Request' literal object.- See Also:
ON_REQUEST
-
OTHER_LITERAL
public static final ActuateType OTHER_LITERAL
The 'Other' literal object.- See Also:
OTHER
-
NONE_LITERAL
public static final ActuateType NONE_LITERAL
The 'None' literal object.- See Also:
NONE
-
VALUES
public static final List VALUES
A public read-only list of all the 'Actuate Type' enumerators.
-
-
Method Detail
-
get
public static ActuateType get(String literal)
Returns the 'Actuate Type' literal with the specified literal value.
-
getByName
public static ActuateType getByName(String name)
Returns the 'Actuate Type' literal with the specified name.
-
get
public static ActuateType get(int value)
Returns the 'Actuate Type' literal with the specified integer value.
-
-