|
|||||||||||
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.XSDNamespaceConstraintCategory
A representation of the literals of the enumeration 'Namespace Constraint Category'.
XSDWildcard.getNamespaceConstraintCategory()
,
XSDWildcard.getNamespaceConstraint()
,
XSDPackage.getXSDNamespaceConstraintCategory()
Field Summary | |
static int |
ANY
The 'Any' literal value |
static XSDNamespaceConstraintCategory |
ANY_LITERAL
The 'Any' literal object |
static int |
NOT
The 'Not' literal value |
static XSDNamespaceConstraintCategory |
NOT_LITERAL
The 'Not' literal object |
static int |
SET
The 'Set' literal value |
static XSDNamespaceConstraintCategory |
SET_LITERAL
The 'Set' literal object |
static List |
VALUES
A public read-only list of all the 'Namespace Constraint Category' enumerators |
Method Summary | |
static XSDNamespaceConstraintCategory |
get(int value)
Returns the 'Namespace Constraint Category' literal with the specified integer value |
static XSDNamespaceConstraintCategory |
get(String literal)
Returns the 'Namespace Constraint Category' literal with the specified literal value |
static XSDNamespaceConstraintCategory |
getByName(String name)
Returns the 'Namespace Constraint 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 ANY
This is used to indicate that any namespace is matched.
ANY_LITERAL
,
Constant Field Valuespublic static final int NOT
This is used to indicate that any namespace not in the (singleton) set is matched.
NOT_LITERAL
,
Constant Field Valuespublic static final int SET
This is used to indicate that any namespace in the set is matched.
SET_LITERAL
,
Constant Field Valuespublic static final XSDNamespaceConstraintCategory ANY_LITERAL
ANY
public static final XSDNamespaceConstraintCategory NOT_LITERAL
NOT
public static final XSDNamespaceConstraintCategory SET_LITERAL
SET
public static final List VALUES
Method Detail |
public static XSDNamespaceConstraintCategory get(String literal)
public static XSDNamespaceConstraintCategory getByName(String name)
public static XSDNamespaceConstraintCategory 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 |