org.eclipse.xsd
Class XSDProcessContents

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

public final class XSDProcessContents
extends 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 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 integer value
static XSDProcessContents get(String literal)
          Returns the 'Process Contents' literal with the specified literal value
static XSDProcessContents getByName(String name)
          Returns the 'Process Contents' 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

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

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

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

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

Method Detail

get

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


getByName

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


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