|
|||||||||
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_LITERAL
public static final int NOT
This is used to indicate that any namespace not in the (singleton) set is matched.
NOT_LITERAL
public static final int SET
This is used to indicate that any namespace in the set is matched.
SET_LITERAL
public static final XSDNamespaceConstraintCategory ANY_LITERAL
ANY
public static final XSDNamespaceConstraintCategory NOT_LITERAL
NOT
public static final XSDNamespaceConstraintCategory SET_LITERAL
SET
public 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 |