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

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

public final class GenPropertyKind
extends AbstractEnumerator

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

See Also:
GenModelPackage.getGenPropertyKind()

Field Summary
static int EDITABLE
          The 'Editable' literal value
static GenPropertyKind EDITABLE_LITERAL
          The 'Editable' literal object
static int NONE
          The 'None' literal value
static GenPropertyKind NONE_LITERAL
          The 'None' literal object
static int READONLY
          The 'Readonly' literal value
static GenPropertyKind READONLY_LITERAL
          The 'Readonly' literal object
static List VALUES
          A public read-only list of all the 'Gen Property Kind' enumerators
 
Method Summary
static GenPropertyKind get(int value)
          Returns the 'Gen Property Kind' literal with the specified integer value
static GenPropertyKind get(String literal)
          Returns the 'Gen Property Kind' literal with the specified literal value
static GenPropertyKind getByName(String name)
          Returns the 'Gen Property 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

EDITABLE

public static final int EDITABLE
The 'Editable' literal value.

See Also:
EDITABLE_LITERAL, Constant Field Values

READONLY

public static final int READONLY
The 'Readonly' literal value.

See Also:
READONLY_LITERAL, Constant Field Values

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

EDITABLE_LITERAL

public static final GenPropertyKind EDITABLE_LITERAL
The 'Editable' literal object.

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

See Also:
EDITABLE

READONLY_LITERAL

public static final GenPropertyKind READONLY_LITERAL
The 'Readonly' literal object.

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

See Also:
READONLY

NONE_LITERAL

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

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

See Also:
NONE

VALUES

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

Method Detail

get

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


getByName

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


get

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


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