|
|||||||||
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.XSDDerivationMethod
A representation of the literals of the enumeration 'Derivation Method'.
XSDComplexTypeDefinition.getDerivationMethod()
,
XSDPackage.getXSDDerivationMethod()
Field Summary | |
static int |
EXTENSION
The 'Extension' literal value. |
static XSDDerivationMethod |
EXTENSION_LITERAL
The 'Extension' literal object. |
static int |
RESTRICTION
The 'Restriction' literal value. |
static XSDDerivationMethod |
RESTRICTION_LITERAL
The 'Restriction' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Derivation Method' enumerators. |
Method Summary | |
static XSDDerivationMethod |
get(int value)
Returns the 'Derivation Method' literal with the specified value. |
static XSDDerivationMethod |
get(java.lang.String name)
Returns the 'Derivation Method' 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 EXTENSION
This is used to indicate that a complex type definition is derived via extension.
EXTENSION_LITERAL
public static final int RESTRICTION
This is used to indicate that a complex type definition is derived via restriction.
RESTRICTION_LITERAL
public static final XSDDerivationMethod EXTENSION_LITERAL
EXTENSION
public static final XSDDerivationMethod RESTRICTION_LITERAL
RESTRICTION
public static final java.util.List VALUES
Method Detail |
public static XSDDerivationMethod get(java.lang.String name)
public static XSDDerivationMethod get(int value)
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |