|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.w3.xlink.ActuateType
public final class ActuateType
A representation of the literals of the enumeration 'Actuate Type', and utility methods for working with them.
XlinkPackage.getActuateType()
,
Serialized FormField Summary | |
---|---|
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 java.util.List |
VALUES
A public read-only list of all the 'Actuate Type' enumerators. |
Method Summary | |
---|---|
static ActuateType |
get(int value)
Returns the 'Actuate Type' literal with the specified integer value. |
static ActuateType |
get(java.lang.String literal)
Returns the 'Actuate Type' literal with the specified literal value. |
static ActuateType |
getByName(java.lang.String name)
Returns the 'Actuate Type' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString, writeReplace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ON_LOAD
If the meaning of 'On Load' literal object isn't clear, there really should be more of a description here...
ON_LOAD_LITERAL
,
Constant Field Valuespublic static final int ON_REQUEST
If the meaning of 'On Request' literal object isn't clear, there really should be more of a description here...
ON_REQUEST_LITERAL
,
Constant Field Valuespublic static final int OTHER
If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...
OTHER_LITERAL
,
Constant Field Valuespublic static final int NONE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE_LITERAL
,
Constant Field Valuespublic static final ActuateType ON_LOAD_LITERAL
ON_LOAD
public static final ActuateType ON_REQUEST_LITERAL
ON_REQUEST
public static final ActuateType OTHER_LITERAL
OTHER
public static final ActuateType NONE_LITERAL
NONE
public static final java.util.List VALUES
Method Detail |
---|
public static ActuateType get(java.lang.String literal)
public static ActuateType getByName(java.lang.String name)
public static ActuateType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |