|
|||||||||
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.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 java.util.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 value. |
static XSDForm |
get(java.lang.String name)
Returns the 'Form' 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 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
public 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
public static final XSDForm QUALIFIED_LITERAL
QUALIFIED
public static final XSDForm UNQUALIFIED_LITERAL
UNQUALIFIED
public static final java.util.List VALUES
Method Detail |
public static XSDForm get(java.lang.String name)
public static XSDForm get(int value)
|
Copyright 2001-2002 IBM Corporation and others. All Rights Reserved. |
||||||||
PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |