org.eclipse.xsd
Class XSDProcessContents

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

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

A representation of the literals of the enumeration 'Process Contents'.

See Also:
XSDWildcard.getProcessContents(), XSDPackage.getXSDProcessContents()

Field Summary
static int LAX
          The 'Lax' literal value.
static XSDProcessContents LAX_LITERAL
          The 'Lax' literal object.
static int SKIP
          The 'Skip' literal value.
static XSDProcessContents SKIP_LITERAL
          The 'Skip' literal object.
static int STRICT
          The 'Strict' literal value.
static XSDProcessContents STRICT_LITERAL
          The 'Strict' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Process Contents' enumerators.
 
Method Summary
static XSDProcessContents get(int value)
          Returns the 'Process Contents' literal with the specified value.
static XSDProcessContents get(java.lang.String name)
          Returns the 'Process Contents' 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

STRICT

public static final int STRICT
The 'Strict' literal value.

This is used to indicate that content must be strictly valid.

See Also:
STRICT_LITERAL

LAX

public static final int LAX
The 'Lax' literal value.

This is used to indicate that content may be strictly valid but need not be.

See Also:
LAX_LITERAL

SKIP

public static final int SKIP
The 'Skip' literal value.

This is used to indicate that content is not validated at all.

See Also:
SKIP_LITERAL

STRICT_LITERAL

public static final XSDProcessContents STRICT_LITERAL
The 'Strict' literal object.

See Also:
STRICT

LAX_LITERAL

public static final XSDProcessContents LAX_LITERAL
The 'Lax' literal object.

See Also:
LAX

SKIP_LITERAL

public static final XSDProcessContents SKIP_LITERAL
The 'Skip' literal object.

See Also:
SKIP

VALUES

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

get

public static XSDProcessContents get(java.lang.String name)
Returns the 'Process Contents' literal with the specified name.

get

public static XSDProcessContents get(int value)
Returns the 'Process Contents' literal with the specified value.

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