de.cau.cs.kieler.core.model.xtext.triggers
Enum XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType

java.lang.Object
  extended by java.lang.Enum<XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType>
      extended by de.cau.cs.kieler.core.model.xtext.triggers.XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType
All Implemented Interfaces:
Comparable<XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType>
Enclosing class:
XtextBasedEditorActivationChangeTrigger.XtextModelChangeState

public static enum XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType
extends Enum<XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType>

Type of event to be denoted.

Rating red

Enum Constant Summary
CLOSED
           
FOCUSED
           
MODIFIED
           
OPENED
           
 
Method Summary
static XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OPENED

public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType OPENED

FOCUSED

public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType FOCUSED

MODIFIED

public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType MODIFIED

CLOSED

public static final XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType CLOSED
Method Detail

values

public static XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType c : XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static XtextBasedEditorActivationChangeTrigger.XtextModelChangeState.EventType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null