Generation Framework

org.eclipse.gmf.mappings
Class Language

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.gmf.mappings.Language
All Implemented Interfaces:
Enumerator

public final class Language
extends AbstractEnumerator

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

See Also:
GMFMapPackage.getLanguage()
** Generated **
Model:

Field Summary
static int JAVA
          The 'Java' literal value
static Language JAVA_LITERAL
          The 'Java' literal object
static int NREGEXP
          The 'Nregexp' literal value
static Language NREGEXP_LITERAL
          The 'Nregexp' literal object
static int OCL
          The 'Ocl' literal value
static Language OCL_LITERAL
          The 'Ocl' literal object
static int REGEXP
          The 'Regexp' literal value
static Language REGEXP_LITERAL
          The 'Regexp' literal object
static java.util.List VALUES
          A public read-only list of all the 'Language' enumerators
 
Method Summary
static Language get(int value)
          Returns the 'Language' literal with the specified integer value
static Language get(java.lang.String literal)
          Returns the 'Language' literal with the specified literal value
static Language getByName(java.lang.String name)
          Returns the 'Language' 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

OCL

public static final int OCL
The 'Ocl' literal value.

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

See Also:
Language.OCL_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="ocl"

JAVA

public static final int JAVA
The 'Java' literal value.

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

See Also:
Language.JAVA_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="java"

REGEXP

public static final int REGEXP
The 'Regexp' literal value.

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

See Also:
Language.REGEXP_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="regexp"

NREGEXP

public static final int NREGEXP
The 'Nregexp' literal value.

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

See Also:
Language.NREGEXP_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:
name="nregexp"

OCL_LITERAL

public static final Language OCL_LITERAL
The 'Ocl' literal object.

See Also:
Language.OCL
** Generated **
Ordered:

JAVA_LITERAL

public static final Language JAVA_LITERAL
The 'Java' literal object.

See Also:
Language.JAVA
** Generated **
Ordered:

REGEXP_LITERAL

public static final Language REGEXP_LITERAL
The 'Regexp' literal object.

See Also:
Language.REGEXP
** Generated **
Ordered:

NREGEXP_LITERAL

public static final Language NREGEXP_LITERAL
The 'Nregexp' literal object.

See Also:
Language.NREGEXP
** Generated **
Ordered:

VALUES

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

** Generated **
Method Detail

get

public static Language get(java.lang.String literal)
Returns the 'Language' literal with the specified literal value.

** Generated **

getByName

public static Language getByName(java.lang.String name)
Returns the 'Language' literal with the specified name.

** Generated **

get

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

** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.