org.eclipse.xsd
Class XSDProhibitedSubstitutions

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

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

A representation of the literals of the enumeration 'Prohibited Substitutions'.

See Also:
XSDComplexTypeDefinition.getProhibitedSubstitutions(), XSDSchema.getFinalDefault(), XSDElementDeclaration.getLexicalFinal(), XSDComplexTypeDefinition.getBlock(), XSDPackage.getXSDProhibitedSubstitutions()

Field Summary
static int ALL
          The 'All' literal value.
static XSDProhibitedSubstitutions ALL_LITERAL
          The 'All' literal object.
static int EXTENSION
          The 'Extension' literal value.
static XSDProhibitedSubstitutions EXTENSION_LITERAL
          The 'Extension' literal object.
static int RESTRICTION
          The 'Restriction' literal value.
static XSDProhibitedSubstitutions RESTRICTION_LITERAL
          The 'Restriction' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Prohibited Substitutions' enumerators.
 
Method Summary
static XSDProhibitedSubstitutions get(int value)
          Returns the 'Prohibited Substitutions' literal with the specified value.
static XSDProhibitedSubstitutions get(java.lang.String name)
          Returns the 'Prohibited Substitutions' 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 types derived via extension will not be permitted to validate content.

See Also:
EXTENSION_LITERAL

RESTRICTION

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

This is used to indicate that types derived via restriction will not be permitted to validate content.

See Also:
RESTRICTION_LITERAL

ALL

public static final int ALL
The 'All' literal value.

This is used to indicate that derived types will not be permitted to validate content. It is literally expanded to extension and restriction in the infoset model.

See Also:
ALL_LITERAL

EXTENSION_LITERAL

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

See Also:
EXTENSION

RESTRICTION_LITERAL

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

See Also:
RESTRICTION

ALL_LITERAL

public static final XSDProhibitedSubstitutions ALL_LITERAL
The 'All' literal object.

See Also:
ALL

VALUES

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

get

public static XSDProhibitedSubstitutions get(java.lang.String name)
Returns the 'Prohibited Substitutions' literal with the specified name.

get

public static XSDProhibitedSubstitutions get(int value)
Returns the 'Prohibited Substitutions' literal with the specified value.

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