|
|||||||||||
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.XSDAttributeUseCategory
A representation of the literals of the enumeration 'Attribute Use Category'.
XSDAttributeUse.getUse()
,
XSDPackage.getXSDAttributeUseCategory()
Field Summary | |
static int |
OPTIONAL
The 'Optional' literal value |
static XSDAttributeUseCategory |
OPTIONAL_LITERAL
The 'Optional' literal object |
static int |
PROHIBITED
The 'Prohibited' literal value |
static XSDAttributeUseCategory |
PROHIBITED_LITERAL
The 'Prohibited' literal object |
static int |
REQUIRED
The 'Required' literal value |
static XSDAttributeUseCategory |
REQUIRED_LITERAL
The 'Required' literal object |
static List |
VALUES
A public read-only list of all the 'Attribute Use Category' enumerators |
Method Summary | |
static XSDAttributeUseCategory |
get(int value)
Returns the 'Attribute Use Category' literal with the specified integer value |
static XSDAttributeUseCategory |
get(String literal)
Returns the 'Attribute Use Category' literal with the specified literal value |
static XSDAttributeUseCategory |
getByName(String name)
Returns the 'Attribute Use 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 OPTIONAL
This is used to indicate that an attribute use may appear.
OPTIONAL_LITERAL
,
Constant Field Valuespublic static final int PROHIBITED
This is used to indicate that an attribute use must not appear; it acts to hide attribute uses that may have been inherited.
PROHIBITED_LITERAL
,
Constant Field Valuespublic static final int REQUIRED
This is used to indicate that an attribute use must appear.
REQUIRED_LITERAL
,
Constant Field Valuespublic static final XSDAttributeUseCategory OPTIONAL_LITERAL
OPTIONAL
public static final XSDAttributeUseCategory PROHIBITED_LITERAL
PROHIBITED
public static final XSDAttributeUseCategory REQUIRED_LITERAL
REQUIRED
public static final List VALUES
Method Detail |
public static XSDAttributeUseCategory get(String literal)
public static XSDAttributeUseCategory getByName(String name)
public static XSDAttributeUseCategory 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 |