org.eclipse.xsd
Class XSDSubstitutionGroupExclusions

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

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

A representation of the literals of the enumeration 'Substitution Group Exclusions'.

See Also:
XSDElementDeclaration.getSubstitutionGroupExclusions(), XSDPackage.getXSDSubstitutionGroupExclusions()

Field Summary
static int EXTENSION
          The 'Extension' literal value.
static XSDSubstitutionGroupExclusions EXTENSION_LITERAL
          The 'Extension' literal object.
static int RESTRICTION
          The 'Restriction' literal value.
static XSDSubstitutionGroupExclusions RESTRICTION_LITERAL
          The 'Restriction' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Substitution Group Exclusions' enumerators.
 
Method Summary
static XSDSubstitutionGroupExclusions get(int value)
          Returns the 'Substitution Group Exclusions' literal with the specified value.
static XSDSubstitutionGroupExclusions get(java.lang.String name)
          Returns the 'Substitution Group Exclusions' 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

EXTENSION

public static final int EXTENSION
The 'Extension' literal value.

This is used to indicate that an element with a type derived via extension may not be nominated to an element declaration's substitution group.

See Also:
EXTENSION_LITERAL

RESTRICTION

public static final int RESTRICTION
The 'Restriction' literal value.

This is used to indicate that an element with a type derived via restriction may not be nominated to an element declaration's substitution group.

See Also:
RESTRICTION_LITERAL

EXTENSION_LITERAL

public static final XSDSubstitutionGroupExclusions EXTENSION_LITERAL
The 'Extension' literal object.

See Also:
EXTENSION

RESTRICTION_LITERAL

public static final XSDSubstitutionGroupExclusions RESTRICTION_LITERAL
The 'Restriction' literal object.

See Also:
RESTRICTION

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Substitution Group Exclusions' enumerators.
Method Detail

get

public static XSDSubstitutionGroupExclusions get(java.lang.String name)
Returns the 'Substitution Group Exclusions' literal with the specified name.

get

public static XSDSubstitutionGroupExclusions get(int value)
Returns the 'Substitution Group Exclusions' literal with the specified value.

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