|
|||||||||
| 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.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 java.util.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 value. |
static XSDNamespaceConstraintCategory |
get(java.lang.String name)
Returns the 'Namespace Constraint Category' 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 ANY
This is used to indicate that any namespace is matched.
ANY_LITERALpublic static final int NOT
This is used to indicate that any namespace not in the (singleton) set is matched.
NOT_LITERALpublic static final int SET
This is used to indicate that any namespace in the set is matched.
SET_LITERALpublic static final XSDNamespaceConstraintCategory ANY_LITERAL
ANYpublic static final XSDNamespaceConstraintCategory NOT_LITERAL
NOTpublic static final XSDNamespaceConstraintCategory SET_LITERAL
SETpublic static final java.util.List VALUES
| Method Detail |
public static XSDNamespaceConstraintCategory get(java.lang.String name)
public static XSDNamespaceConstraintCategory get(int value)
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
||||||||
| PREV CLASS SOURCE NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||