org.eclipse.xsd
Class XSDCompositor

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

public final class XSDCompositor
extends org.eclipse.emf.common.util.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 java.util.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 value.
static XSDCompositor get(java.lang.String name)
          Returns the 'Compositor' 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

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

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

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

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 java.util.List VALUES
A public read-only list of all the 'Compositor' enumerators.
Method Detail

get

public static XSDCompositor get(java.lang.String name)
Returns the 'Compositor' literal with the specified name.

get

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

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