org.eclipse.xsd
Class XSDSubstitutionGroupExclusions

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

public final class XSDSubstitutionGroupExclusions
extends 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 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 integer value
static XSDSubstitutionGroupExclusions get(String literal)
          Returns the 'Substitution Group Exclusions' literal with the specified literal value
static XSDSubstitutionGroupExclusions getByName(String name)
          Returns the 'Substitution Group Exclusions' 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

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

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

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 List VALUES
A public read-only list of all the 'Substitution Group Exclusions' enumerators.

Method Detail

get

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


getByName

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


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