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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'None' literal value.static final ActuateType
The 'None' literal object.static final int
The 'On Load' literal value.static final ActuateType
The 'On Load' literal object.static final int
The 'On Request' literal value.static final ActuateType
The 'On Request' literal object.static final int
The 'Other' literal value.static final ActuateType
The 'Other' literal object.static final List
A public read-only list of all the 'Actuate Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic ActuateType
get
(int value) Returns the 'Actuate Type' literal with the specified integer value.static ActuateType
Returns the 'Actuate Type' literal with the specified literal value.static ActuateType
Returns the 'Actuate Type' literal with the specified name.Methods inherited from class AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
-
Field Details
-
ON_LOAD
public static final int ON_LOADThe '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_REQUEST
public static final int ON_REQUESTThe '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:
-
OTHER
public static final int OTHERThe 'Other' literal value.If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...
- See Also:
-
NONE
public static final int NONEThe 'None' literal value.If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ON_LOAD_LITERAL
The 'On Load' literal object.- See Also:
-
ON_REQUEST_LITERAL
The 'On Request' literal object.- See Also:
-
OTHER_LITERAL
The 'Other' literal object.- See Also:
-
NONE_LITERAL
The 'None' literal object.- See Also:
-
VALUES
A public read-only list of all the 'Actuate Type' enumerators.
-
-
Method Details
-
get
Returns the 'Actuate Type' literal with the specified literal value. -
getByName
Returns the 'Actuate Type' literal with the specified name. -
get
Returns the 'Actuate Type' literal with the specified integer value.
-