|
|||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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 java.util.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 value. |
static XSDWhiteSpace |
get(java.lang.String name)
Returns the 'White Space' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
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
public static final int REPLACE
This is used to indicate the white space is replaced.
REPLACE_LITERAL
public static final int COLLAPSE
This is used to indicate the white space is collapsed.
COLLAPSE_LITERAL
public static final XSDWhiteSpace PRESERVE_LITERAL
PRESERVE
public static final XSDWhiteSpace REPLACE_LITERAL
REPLACE
public static final XSDWhiteSpace COLLAPSE_LITERAL
COLLAPSE
public static final java.util.List VALUES
Method Detail |
public static XSDWhiteSpace get(java.lang.String name)
public static XSDWhiteSpace get(int value)
|
Copyright 2001-2002 IBM Corporation and others. All Rights Reserved. |
||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |