org.eclipse.xsd
Class XSDNamespaceConstraintCategory

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.xsd.XSDNamespaceConstraintCategory
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class XSDNamespaceConstraintCategory
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Namespace Constraint Category'.

See Also:
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

ANY

public static final int ANY
The 'Any' literal value.

This is used to indicate that any namespace is matched.

See Also:
ANY_LITERAL

NOT

public static final int NOT
The 'Not' literal value.

This is used to indicate that any namespace not in the (singleton) set is matched.

See Also:
NOT_LITERAL

SET

public static final int SET
The 'Set' literal value.

This is used to indicate that any namespace in the set is matched.

See Also:
SET_LITERAL

ANY_LITERAL

public static final XSDNamespaceConstraintCategory ANY_LITERAL
The 'Any' literal object.

See Also:
ANY

NOT_LITERAL

public static final XSDNamespaceConstraintCategory NOT_LITERAL
The 'Not' literal object.

See Also:
NOT

SET_LITERAL

public static final XSDNamespaceConstraintCategory SET_LITERAL
The 'Set' literal object.

See Also:
SET

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Namespace Constraint Category' enumerators.
Method Detail

get

public static XSDNamespaceConstraintCategory get(java.lang.String name)
Returns the 'Namespace Constraint Category' literal with the specified name.

get

public static XSDNamespaceConstraintCategory get(int value)
Returns the 'Namespace Constraint Category' literal with the specified value.

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.