org.eclipse.xsd
Class XSDNamespaceConstraintCategory

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.xsd.XSDNamespaceConstraintCategory
All Implemented Interfaces:
Enumerator

public final class XSDNamespaceConstraintCategory
extends 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 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

ANY

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

This is used to indicate that any namespace is matched.

See Also:
ANY_LITERAL, Constant Field Values

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, Constant Field Values

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, Constant Field Values

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 List VALUES
A public read-only list of all the 'Namespace Constraint Category' enumerators.

Method Detail

get

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


getByName

public static XSDNamespaceConstraintCategory getByName(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 integer value.


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