|
|||||||||||
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.XSDProcessContents
A representation of the literals of the enumeration 'Process Contents'.
XSDWildcard.getProcessContents()
,
XSDPackage.getXSDProcessContents()
Field Summary | |
static int |
LAX
The 'Lax' literal value |
static XSDProcessContents |
LAX_LITERAL
The 'Lax' literal object |
static int |
SKIP
The 'Skip' literal value |
static XSDProcessContents |
SKIP_LITERAL
The 'Skip' literal object |
static int |
STRICT
The 'Strict' literal value |
static XSDProcessContents |
STRICT_LITERAL
The 'Strict' literal object |
static List |
VALUES
A public read-only list of all the 'Process Contents' enumerators |
Method Summary | |
static XSDProcessContents |
get(int value)
Returns the 'Process Contents' literal with the specified integer value |
static XSDProcessContents |
get(String literal)
Returns the 'Process Contents' literal with the specified literal value |
static XSDProcessContents |
getByName(String name)
Returns the 'Process Contents' 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 STRICT
This is used to indicate that content must be strictly valid.
STRICT_LITERAL
,
Constant Field Valuespublic static final int LAX
This is used to indicate that content may be strictly valid but need not be.
LAX_LITERAL
,
Constant Field Valuespublic static final int SKIP
This is used to indicate that content is not validated at all.
SKIP_LITERAL
,
Constant Field Valuespublic static final XSDProcessContents STRICT_LITERAL
STRICT
public static final XSDProcessContents LAX_LITERAL
LAX
public static final XSDProcessContents SKIP_LITERAL
SKIP
public static final List VALUES
Method Detail |
public static XSDProcessContents get(String literal)
public static XSDProcessContents getByName(String name)
public static XSDProcessContents 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 |