|
|||||||||||
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.XSDForm
A representation of the literals of the enumeration 'Form'.
XSDSchema.getAttributeFormDefault()
,
XSDSchema.getElementFormDefault()
,
XSDFeature.getForm()
,
XSDPackage.getXSDForm()
Field Summary | |
static int |
QUALIFIED
The 'Qualified' literal value |
static XSDForm |
QUALIFIED_LITERAL
The 'Qualified' literal object |
static int |
UNQUALIFIED
The 'Unqualified' literal value |
static XSDForm |
UNQUALIFIED_LITERAL
The 'Unqualified' literal object |
static List |
VALUES
A public read-only list of all the 'Form' enumerators |
Method Summary | |
static XSDForm |
get(int value)
Returns the 'Form' literal with the specified integer value |
static XSDForm |
get(String literal)
Returns the 'Form' literal with the specified literal value |
static XSDForm |
getByName(String name)
Returns the 'Form' 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 QUALIFIED
This is used to indicate that the feature
is qualified,
i.e., the value of the 'Target Namespace
' attribute
will be that of the schema
.
QUALIFIED_LITERAL
,
Constant Field Valuespublic static final int UNQUALIFIED
This is used to indicate that the feature
is unqualified,
i.e., the value of the 'Target Namespace
' attribute
will be null
.
UNQUALIFIED_LITERAL
,
Constant Field Valuespublic static final XSDForm QUALIFIED_LITERAL
QUALIFIED
public static final XSDForm UNQUALIFIED_LITERAL
UNQUALIFIED
public static final List VALUES
Method Detail |
public static XSDForm get(String literal)
public static XSDForm getByName(String name)
public static XSDForm 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 |