Generation Framework

org.eclipse.gmf.mappings
Class Severity

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

public final class Severity
extends AbstractEnumerator

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

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

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

INFO

public static final int INFO
The 'INFO' literal value.

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

See Also:
Severity.INFO_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:

WARNING

public static final int WARNING
The 'WARNING' literal value.

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

See Also:
Severity.WARNING_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:

ERROR

public static final int ERROR
The 'ERROR' literal value.

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

See Also:
Severity.ERROR_LITERAL, Constant Field Values
** Generated **
Ordered:
Model:

INFO_LITERAL

public static final Severity INFO_LITERAL
The 'INFO' literal object.

See Also:
Severity.INFO
** Generated **
Ordered:

WARNING_LITERAL

public static final Severity WARNING_LITERAL
The 'WARNING' literal object.

See Also:
Severity.WARNING
** Generated **
Ordered:

ERROR_LITERAL

public static final Severity ERROR_LITERAL
The 'ERROR' literal object.

See Also:
Severity.ERROR
** Generated **
Ordered:

VALUES

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

** Generated **
Method Detail

get

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

** Generated **

getByName

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

** Generated **

get

public static Severity get(int value)
Returns the 'Severity' 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.