Generators

org.topcased.outline.configurator
Class ChildActionType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.topcased.outline.configurator.ChildActionType
All Implemented Interfaces:
java.io.Serializable, Enumerator

public final class ChildActionType
extends AbstractEnumerator

A representation of the literals of the enumeration 'Child Action Type', and utility methods for working with them.

See Also:
OutlineConfiguratorPackage.getChildActionType(), Serialized Form
** Generated **
Model:

Field Summary
static java.lang.String copyright
           
static int EXACT
          The 'Exact' literal value.
static ChildActionType EXACT_LITERAL
          The 'Exact' literal object.
static int HIERACHICAL
          The 'Hierachical' literal value.
static ChildActionType HIERACHICAL_LITERAL
          The 'Hierachical' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Child Action Type' enumerators.
 
Method Summary
static ChildActionType get(int value)
          Returns the 'Child Action Type' literal with the specified integer value.
static ChildActionType get(java.lang.String literal)
          Returns the 'Child Action Type' literal with the specified literal value.
static ChildActionType getByName(java.lang.String name)
          Returns the 'Child Action Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString, writeReplace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

EXACT

public static final int EXACT
The 'Exact' literal value.

If the meaning of 'Exact' literal object isn't clear, there really should be more of a description here...

See Also:
EXACT_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Exact"

HIERACHICAL

public static final int HIERACHICAL
The 'Hierachical' literal value.

If the meaning of 'Hierachical' literal object isn't clear, there really should be more of a description here...

See Also:
HIERACHICAL_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="Hierachical"

EXACT_LITERAL

public static final ChildActionType EXACT_LITERAL
The 'Exact' literal object.

See Also:
EXACT
** Generated **
Ordered:

HIERACHICAL_LITERAL

public static final ChildActionType HIERACHICAL_LITERAL
The 'Hierachical' literal object.

See Also:
HIERACHICAL
** Generated **
Ordered:

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Child Action Type' enumerators.

** Generated **
Method Detail

get

public static ChildActionType get(java.lang.String literal)
Returns the 'Child Action Type' literal with the specified literal value.

** Generated **

getByName

public static ChildActionType getByName(java.lang.String name)
Returns the 'Child Action Type' literal with the specified name.

** Generated **

get

public static ChildActionType get(int value)
Returns the 'Child Action Type' literal with the specified integer value.

** Generated **

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.