|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.gmf.mappings.Language
A representation of the literals of the enumeration 'Language', and utility methods for working with them.
GMFMapPackage.getLanguage()| 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 |
public static final int OCL
If the meaning of 'Ocl' literal object isn't clear, there really should be more of a description here...
Language.OCL_LITERAL,
Constant Field Valuespublic static final int JAVA
If the meaning of 'Java' literal object isn't clear, there really should be more of a description here...
Language.JAVA_LITERAL,
Constant Field Valuespublic static final int REGEXP
If the meaning of 'Regexp' literal object isn't clear, there really should be more of a description here...
Language.REGEXP_LITERAL,
Constant Field Valuespublic static final int NREGEXP
If the meaning of 'Nregexp' literal object isn't clear, there really should be more of a description here...
Language.NREGEXP_LITERAL,
Constant Field Valuespublic static final Language OCL_LITERAL
Language.OCLpublic static final Language JAVA_LITERAL
Language.JAVApublic static final Language REGEXP_LITERAL
Language.REGEXPpublic static final Language NREGEXP_LITERAL
Language.NREGEXPpublic static final java.util.List VALUES
| Method Detail |
public static Language get(java.lang.String literal)
public static Language getByName(java.lang.String name)
public static Language get(int value)
|
Generation Framework | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.