|
|||||||||||
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.eclipse.emf.ecore.xml.namespace.SpaceType
A representation of the literals of the enumeration 'Space Type', and utility methods for working with them.
XMLNamespacePackage.getSpaceType()
Field Summary | |
static int |
DEFAULT
The 'Default' literal value |
static SpaceType |
DEFAULT_LITERAL
The 'Default' literal object |
static int |
PRESERVE
The 'Preserve' literal value |
static SpaceType |
PRESERVE_LITERAL
The 'Preserve' literal object |
static List |
VALUES
A public read-only list of all the 'Space Type' enumerators |
Method Summary | |
static SpaceType |
get(int value)
Returns the 'Space Type' literal with the specified integer value |
static SpaceType |
get(String literal)
Returns the 'Space Type' literal with the specified literal value |
static SpaceType |
getByName(String name)
Returns the 'Space Type' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int DEFAULT
DEFAULT_LITERAL
,
Constant Field Valuespublic static final int PRESERVE
PRESERVE_LITERAL
,
Constant Field Valuespublic static final SpaceType DEFAULT_LITERAL
If the meaning of 'Default' literal object isn't clear, there really should be more of a description here...
DEFAULT
public static final SpaceType PRESERVE_LITERAL
If the meaning of 'Preserve' literal object isn't clear, there really should be more of a description here...
PRESERVE
public static final List VALUES
Method Detail |
public static SpaceType get(String literal)
public static SpaceType getByName(String name)
public static SpaceType get(int value)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |