|
||||||||||||
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.XSDContentTypeCategory
A representation of the literals of the enumeration 'Content Type Category'.
XSDComplexTypeDefinition.getContentTypeCategory()
,
XSDPackage.getXSDContentTypeCategory()
Field Summary | |
---|---|
static int |
ELEMENT_ONLY
The 'Element Only' literal value |
static XSDContentTypeCategory |
ELEMENT_ONLY_LITERAL
The 'Element Only' literal object |
static int |
EMPTY
The 'Empty' literal value |
static XSDContentTypeCategory |
EMPTY_LITERAL
The 'Empty' literal object |
static int |
MIXED
The 'Mixed' literal value |
static XSDContentTypeCategory |
MIXED_LITERAL
The 'Mixed' literal object |
static int |
SIMPLE
The 'Simple' literal value |
static XSDContentTypeCategory |
SIMPLE_LITERAL
The 'Simple' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Content Type Category' enumerators |
Method Summary | |
---|---|
static XSDContentTypeCategory |
get(int value)
Returns the 'Content Type Category' literal with the specified integer value |
static XSDContentTypeCategory |
get(java.lang.String literal)
Returns the 'Content Type Category' literal with the specified literal value |
static XSDContentTypeCategory |
getByName(java.lang.String name)
Returns the 'Content Type Category' 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 EMPTY
This is used to indicate that a complex type definition has empty content.
XSDContentTypeCategory.EMPTY_LITERAL
,
Constant Field Valuespublic static final int SIMPLE
This is used to indicate that a complex type definition has simple content.
XSDContentTypeCategory.SIMPLE_LITERAL
,
Constant Field Valuespublic static final int MIXED
This is used to indicate that a complex type definition has mixed content.
XSDContentTypeCategory.MIXED_LITERAL
,
Constant Field Valuespublic static final int ELEMENT_ONLY
This is used to indicate that a complex type definition has element-only content.
XSDContentTypeCategory.ELEMENT_ONLY_LITERAL
,
Constant Field Valuespublic static final XSDContentTypeCategory EMPTY_LITERAL
XSDContentTypeCategory.EMPTY
public static final XSDContentTypeCategory SIMPLE_LITERAL
XSDContentTypeCategory.SIMPLE
public static final XSDContentTypeCategory MIXED_LITERAL
XSDContentTypeCategory.MIXED
public static final XSDContentTypeCategory ELEMENT_ONLY_LITERAL
XSDContentTypeCategory.ELEMENT_ONLY
public static final java.util.List VALUES
Method Detail |
public static XSDContentTypeCategory get(java.lang.String literal)
public static XSDContentTypeCategory getByName(java.lang.String name)
public static XSDContentTypeCategory 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 |