|
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.Severity
A representation of the literals of the enumeration 'Severity', and utility methods for working with them.
GMFMapPackage.getSeverity()| Field Summary | |
static int |
ERROR
The 'ERROR' literal value |
static Severity |
ERROR_LITERAL
The 'ERROR' literal object |
static int |
INFO
The 'INFO' literal value |
static Severity |
INFO_LITERAL
The 'INFO' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Severity' enumerators |
static int |
WARNING
The 'WARNING' literal value |
static Severity |
WARNING_LITERAL
The 'WARNING' literal object |
| Method Summary | |
static Severity |
get(int value)
Returns the 'Severity' literal with the specified integer value |
static Severity |
get(java.lang.String literal)
Returns the 'Severity' literal with the specified literal value |
static Severity |
getByName(java.lang.String name)
Returns the 'Severity' 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 INFO
If the meaning of 'INFO' literal object isn't clear, there really should be more of a description here...
Severity.INFO_LITERAL,
Constant Field Valuespublic static final int WARNING
If the meaning of 'WARNING' literal object isn't clear, there really should be more of a description here...
Severity.WARNING_LITERAL,
Constant Field Valuespublic static final int ERROR
If the meaning of 'ERROR' literal object isn't clear, there really should be more of a description here...
Severity.ERROR_LITERAL,
Constant Field Valuespublic static final Severity INFO_LITERAL
Severity.INFOpublic static final Severity WARNING_LITERAL
Severity.WARNINGpublic static final Severity ERROR_LITERAL
Severity.ERRORpublic static final java.util.List VALUES
| Method Detail |
public static Severity get(java.lang.String literal)
public static Severity getByName(java.lang.String name)
public static Severity 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.