org.eclipse.xsd
Class XSDCompositor

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

public final class XSDCompositor
extends AbstractEnumerator

A representation of the literals of the enumeration 'Compositor'.

See Also:
XSDModelGroup.getCompositor(), XSDPackage.getXSDCompositor()

Field Summary
static int ALL
          The 'All' literal value
static XSDCompositor ALL_LITERAL
          The 'All' literal object
static int CHOICE
          The 'Choice' literal value
static XSDCompositor CHOICE_LITERAL
          The 'Choice' literal object
static int SEQUENCE
          The 'Sequence' literal value
static XSDCompositor SEQUENCE_LITERAL
          The 'Sequence' literal object
static List VALUES
          A public read-only list of all the 'Compositor' enumerators
 
Method Summary
static XSDCompositor get(int value)
          Returns the 'Compositor' literal with the specified integer value
static XSDCompositor get(String literal)
          Returns the 'Compositor' literal with the specified literal value
static XSDCompositor getByName(String name)
          Returns the 'Compositor' 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

ALL

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

This is used to indicate that a model group is an all.

See Also:
ALL_LITERAL, Constant Field Values

CHOICE

public static final int CHOICE
The 'Choice' literal value.

This is used to indicate that a model group is a choice.

See Also:
CHOICE_LITERAL, Constant Field Values

SEQUENCE

public static final int SEQUENCE
The 'Sequence' literal value.

This is used to indicate that a model group is a sequence.

See Also:
SEQUENCE_LITERAL, Constant Field Values

ALL_LITERAL

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

See Also:
ALL

CHOICE_LITERAL

public static final XSDCompositor CHOICE_LITERAL
The 'Choice' literal object.

See Also:
CHOICE

SEQUENCE_LITERAL

public static final XSDCompositor SEQUENCE_LITERAL
The 'Sequence' literal object.

See Also:
SEQUENCE

VALUES

public static final List VALUES
A public read-only list of all the 'Compositor' enumerators.

Method Detail

get

public static XSDCompositor get(String literal)
Returns the 'Compositor' literal with the specified literal value.


getByName

public static XSDCompositor getByName(String name)
Returns the 'Compositor' literal with the specified name.


get

public static XSDCompositor get(int value)
Returns the 'Compositor' literal with the specified integer value.


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