|
|||||||||||
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.xsd.XSDWhiteSpace
A representation of the literals of the enumeration 'White Space'.
XSDWhiteSpaceFacet.getValue()
,
XSDPackage.getXSDWhiteSpace()
Field Summary | |
static int |
COLLAPSE
The 'Collapse' literal value |
static XSDWhiteSpace |
COLLAPSE_LITERAL
The 'Collapse' literal object |
static int |
PRESERVE
The 'Preserve' literal value |
static XSDWhiteSpace |
PRESERVE_LITERAL
The 'Preserve' literal object |
static int |
REPLACE
The 'Replace' literal value |
static XSDWhiteSpace |
REPLACE_LITERAL
The 'Replace' literal object |
static List |
VALUES
A public read-only list of all the 'White Space' enumerators |
Method Summary | |
static XSDWhiteSpace |
get(int value)
Returns the 'White Space' literal with the specified integer value |
static XSDWhiteSpace |
get(String literal)
Returns the 'White Space' literal with the specified literal value |
static XSDWhiteSpace |
getByName(String name)
Returns the 'White Space' 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 PRESERVE
This is used to indicate the white space is preserved.
PRESERVE_LITERAL
,
Constant Field Valuespublic static final int REPLACE
This is used to indicate the white space is replaced.
REPLACE_LITERAL
,
Constant Field Valuespublic static final int COLLAPSE
This is used to indicate the white space is collapsed.
COLLAPSE_LITERAL
,
Constant Field Valuespublic static final XSDWhiteSpace PRESERVE_LITERAL
PRESERVE
public static final XSDWhiteSpace REPLACE_LITERAL
REPLACE
public static final XSDWhiteSpace COLLAPSE_LITERAL
COLLAPSE
public static final List VALUES
Method Detail |
public static XSDWhiteSpace get(String literal)
public static XSDWhiteSpace getByName(String name)
public static XSDWhiteSpace 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 |