org.eclipse.emf.codegen.ecore.genmodel
Class GenDelegationKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.emf.codegen.ecore.genmodel.GenDelegationKind
All Implemented Interfaces:
Enumerator

public final class GenDelegationKind
extends AbstractEnumerator

A representation of the literals of the enumeration 'Gen Delegation Kind', and utility methods for working with them.

See Also:
GenModelPackage.getGenDelegationKind()

Field Summary
static int NONE
          The 'None' literal value
static GenDelegationKind NONE_LITERAL
          The 'None' literal object
static int REFLECTIVE
          The 'Reflective' literal value
static GenDelegationKind REFLECTIVE_LITERAL
          The 'Reflective' literal object
static List VALUES
          A public read-only list of all the 'Gen Delegation Kind' enumerators
static int VIRTUAL
          The 'Virtual' literal value
static GenDelegationKind VIRTUAL_LITERAL
          The 'Virtual' literal object
 
Method Summary
static GenDelegationKind get(int value)
          Returns the 'Gen Delegation Kind' literal with the specified integer value
static GenDelegationKind get(String literal)
          Returns the 'Gen Delegation Kind' literal with the specified literal value
static GenDelegationKind getByName(String name)
          Returns the 'Gen Delegation Kind' 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

NONE

public static final int NONE
The 'None' literal value.

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

See Also:
NONE_LITERAL, Constant Field Values

REFLECTIVE

public static final int REFLECTIVE
The 'Reflective' literal value.

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

See Also:
REFLECTIVE_LITERAL, Constant Field Values

VIRTUAL

public static final int VIRTUAL
The 'Virtual' literal value.

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

See Also:
VIRTUAL_LITERAL, Constant Field Values

NONE_LITERAL

public static final GenDelegationKind NONE_LITERAL
The 'None' literal object.

See Also:
NONE

REFLECTIVE_LITERAL

public static final GenDelegationKind REFLECTIVE_LITERAL
The 'Reflective' literal object.

See Also:
REFLECTIVE

VIRTUAL_LITERAL

public static final GenDelegationKind VIRTUAL_LITERAL
The 'Virtual' literal object.

See Also:
VIRTUAL

VALUES

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

Method Detail

get

public static GenDelegationKind get(String literal)
Returns the 'Gen Delegation Kind' literal with the specified literal value.


getByName

public static GenDelegationKind getByName(String name)
Returns the 'Gen Delegation Kind' literal with the specified name.


get

public static GenDelegationKind get(int value)
Returns the 'Gen Delegation Kind' literal with the specified integer value.


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