|
|||||||||||
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.XSDCompositor
A representation of the literals of the enumeration 'Compositor'.
XSDModelGroup.getCompositor()
,
XSDPackage.getXSDCompositor()
Field Summary | |
static int |
ALL
The 'All' literal value |
static XSDCompositor |
ALL_LITERAL
The 'All' literal object |
static int |
CHOICE
The 'Choice' literal value |
static XSDCompositor |
CHOICE_LITERAL
The 'Choice' literal object |
static int |
SEQUENCE
The 'Sequence' literal value |
static XSDCompositor |
SEQUENCE_LITERAL
The 'Sequence' literal object |
static List |
VALUES
A public read-only list of all the 'Compositor' enumerators |
Method Summary | |
static XSDCompositor |
get(int value)
Returns the 'Compositor' literal with the specified integer value |
static XSDCompositor |
get(String literal)
Returns the 'Compositor' literal with the specified literal value |
static XSDCompositor |
getByName(String name)
Returns the 'Compositor' 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 ALL
This is used to indicate that a model group is an all.
ALL_LITERAL
,
Constant Field Valuespublic static final int CHOICE
This is used to indicate that a model group is a choice.
CHOICE_LITERAL
,
Constant Field Valuespublic static final int SEQUENCE
This is used to indicate that a model group is a sequence.
SEQUENCE_LITERAL
,
Constant Field Valuespublic static final XSDCompositor ALL_LITERAL
ALL
public static final XSDCompositor CHOICE_LITERAL
CHOICE
public static final XSDCompositor SEQUENCE_LITERAL
SEQUENCE
public static final List VALUES
Method Detail |
public static XSDCompositor get(String literal)
public static XSDCompositor getByName(String name)
public static XSDCompositor 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 |