|
||||||||||
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.ShowType
public final class ShowType
A representation of the literals of the enumeration 'Show Type', and utility methods for working with them.
XlinkPackage.getShowType()
,
Serialized FormField Summary | |
---|---|
static int |
EMBED
The 'Embed' literal value. |
static ShowType |
EMBED_LITERAL
The 'Embed' literal object. |
static int |
NEW
The 'New' literal value. |
static ShowType |
NEW_LITERAL
The 'New' literal object. |
static int |
NONE
The 'None' literal value. |
static ShowType |
NONE_LITERAL
The 'None' literal object. |
static int |
OTHER
The 'Other' literal value. |
static ShowType |
OTHER_LITERAL
The 'Other' literal object. |
static int |
REPLACE
The 'Replace' literal value. |
static ShowType |
REPLACE_LITERAL
The 'Replace' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Show Type' enumerators. |
Method Summary | |
---|---|
static ShowType |
get(int value)
Returns the 'Show Type' literal with the specified integer value. |
static ShowType |
get(java.lang.String literal)
Returns the 'Show Type' literal with the specified literal value. |
static ShowType |
getByName(java.lang.String name)
Returns the 'Show 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 NEW
If the meaning of 'New' literal object isn't clear, there really should be more of a description here...
NEW_LITERAL
,
Constant Field Valuespublic static final int REPLACE
If the meaning of 'Replace' literal object isn't clear, there really should be more of a description here...
REPLACE_LITERAL
,
Constant Field Valuespublic static final int EMBED
If the meaning of 'Embed' literal object isn't clear, there really should be more of a description here...
EMBED_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 ShowType NEW_LITERAL
NEW
public static final ShowType REPLACE_LITERAL
REPLACE
public static final ShowType EMBED_LITERAL
EMBED
public static final ShowType OTHER_LITERAL
OTHER
public static final ShowType NONE_LITERAL
NONE
public static final java.util.List VALUES
Method Detail |
---|
public static ShowType get(java.lang.String literal)
public static ShowType getByName(java.lang.String name)
public static ShowType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |