|
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.codegen.gmfgen.GenLanguage
A representation of the literals of the enumeration 'Gen Language', and utility methods for working with them.
GMFGenPackage.getGenLanguage()| Field Summary | |
static int |
JAVA
The 'Java' literal value |
static GenLanguage |
JAVA_LITERAL
The 'Java' literal object |
static int |
NREGEXP
The 'Nregexp' literal value |
static GenLanguage |
NREGEXP_LITERAL
The 'Nregexp' literal object |
static int |
OCL
The 'Ocl' literal value |
static GenLanguage |
OCL_LITERAL
The 'Ocl' literal object |
static int |
REGEXP
The 'Regexp' literal value |
static GenLanguage |
REGEXP_LITERAL
The 'Regexp' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Gen Language' enumerators |
| Method Summary | |
static GenLanguage |
get(int value)
Returns the 'Gen Language' literal with the specified integer value |
static GenLanguage |
get(java.lang.String literal)
Returns the 'Gen Language' literal with the specified literal value |
static GenLanguage |
getByName(java.lang.String name)
Returns the 'Gen 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...
GenLanguage.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...
GenLanguage.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...
GenLanguage.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...
GenLanguage.NREGEXP_LITERAL,
Constant Field Valuespublic static final GenLanguage OCL_LITERAL
GenLanguage.OCLpublic static final GenLanguage JAVA_LITERAL
GenLanguage.JAVApublic static final GenLanguage REGEXP_LITERAL
GenLanguage.REGEXPpublic static final GenLanguage NREGEXP_LITERAL
GenLanguage.NREGEXPpublic static final java.util.List VALUES
| Method Detail |
public static GenLanguage get(java.lang.String literal)
public static GenLanguage getByName(java.lang.String name)
public static GenLanguage 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.