Enum TriggerCondition
- All Implemented Interfaces:
Serializable
,Comparable<TriggerCondition>
,java.lang.constant.Constable
,org.eclipse.emf.common.util.Enumerator
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Accessibility' literal object.Deprecated.use ONCLICK_LITERAL instead.Deprecated.use ONMOUSEOVER_LITERAL instead.The 'Onblur' literal object.The 'Onclick' literal object.The 'Ondblclick' literal object.The 'Onfocus' literal object.The 'Onkeydown' literal object.The 'Onkeypress' literal object.The 'Onkeyup' literal object.The 'Onload' literal object.The 'Onmousedown' literal object.The 'Onmousemove' literal object.The 'Onmouseout' literal object.The 'Onmouseover' literal object.The 'Onmouseup' literal object.The 'Onrightclick' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Accessibility' literal value.static final int
The 'Mouse Click' literal value.static final int
The 'Mouse Hover' literal value.static final int
The 'Onblur' literal value.static final int
The 'Onclick' literal value.static final int
The 'Ondblclick' literal value.static final int
The 'Onfocus' literal value.static final int
The 'Onkeydown' literal value.static final int
The 'Onkeypress' literal value.static final int
The 'Onkeyup' literal value.static final int
The 'Onload' literal value.static final int
The 'Onmousedown' literal value.static final int
The 'Onmousemove' literal value.static final int
The 'Onmouseout' literal value.static final int
The 'Onmouseover' literal value.static final int
The 'Onmouseup' literal value.static final int
The 'Onrightclick' literal value.static final List<TriggerCondition>
A public read-only list of all the 'Trigger Condition' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerCondition
get
(int value) Returns the 'Trigger Condition' literal with the specified integer value.static TriggerCondition
Returns the 'Trigger Condition' literal with the specified literal value.static TriggerCondition
Returns the 'Trigger Condition' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static TriggerCondition
Returns the enum constant of this type with the specified name.static TriggerCondition[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
Enum Constant Details
-
MOUSE_HOVER_LITERAL
Deprecated.use ONMOUSEOVER_LITERAL instead.The 'Mouse Hover' literal object.If the meaning of 'Mouse Hover' literal object isn't clear, there really should be more of a description here...
- See Also:
-
MOUSE_CLICK_LITERAL
Deprecated.use ONCLICK_LITERAL instead.The 'Mouse Click' literal object.If the meaning of 'Mouse Click' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONCLICK_LITERAL
The 'Onclick' literal object.- See Also:
-
ONDBLCLICK_LITERAL
The 'Ondblclick' literal object.- See Also:
-
ONMOUSEDOWN_LITERAL
The 'Onmousedown' literal object.- See Also:
-
ONMOUSEUP_LITERAL
The 'Onmouseup' literal object.- See Also:
-
ONMOUSEOVER_LITERAL
The 'Onmouseover' literal object.- See Also:
-
ONMOUSEMOVE_LITERAL
The 'Onmousemove' literal object.- See Also:
-
ONMOUSEOUT_LITERAL
The 'Onmouseout' literal object.- See Also:
-
ONFOCUS_LITERAL
The 'Onfocus' literal object.- See Also:
-
ONBLUR_LITERAL
The 'Onblur' literal object.- See Also:
-
ONKEYDOWN_LITERAL
The 'Onkeydown' literal object.- See Also:
-
ONKEYPRESS_LITERAL
The 'Onkeypress' literal object.- See Also:
-
ONKEYUP_LITERAL
The 'Onkeyup' literal object.- See Also:
-
ACCESSIBILITY_LITERAL
The 'Accessibility' literal object.- See Also:
-
ONLOAD_LITERAL
The 'Onload' literal object.- See Also:
-
ONRIGHTCLICK_LITERAL
The 'Onrightclick' literal object.- See Also:
-
-
Field Details
-
MOUSE_HOVER
public static final int MOUSE_HOVERThe 'Mouse Hover' literal value. deprecated- See Also:
-
MOUSE_CLICK
public static final int MOUSE_CLICKThe 'Mouse Click' literal value. deprecated- See Also:
-
ONCLICK
public static final int ONCLICKThe 'Onclick' literal value.If the meaning of 'Onclick' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONDBLCLICK
public static final int ONDBLCLICKThe 'Ondblclick' literal value.If the meaning of 'Ondblclick' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONMOUSEDOWN
public static final int ONMOUSEDOWNThe 'Onmousedown' literal value.If the meaning of 'Onmousedown' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONMOUSEUP
public static final int ONMOUSEUPThe 'Onmouseup' literal value.If the meaning of 'Onmouseup' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONMOUSEOVER
public static final int ONMOUSEOVERThe 'Onmouseover' literal value.If the meaning of 'Onmouseover' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONMOUSEMOVE
public static final int ONMOUSEMOVEThe 'Onmousemove' literal value.If the meaning of 'Onmousemove' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONMOUSEOUT
public static final int ONMOUSEOUTThe 'Onmouseout' literal value.If the meaning of 'Onmouseout' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONFOCUS
public static final int ONFOCUSThe 'Onfocus' literal value.If the meaning of 'Onfocus' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONBLUR
public static final int ONBLURThe 'Onblur' literal value.If the meaning of 'Onblur' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONKEYDOWN
public static final int ONKEYDOWNThe 'Onkeydown' literal value.If the meaning of 'Onkeydown' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONKEYPRESS
public static final int ONKEYPRESSThe 'Onkeypress' literal value.If the meaning of 'Onkeypress' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONKEYUP
public static final int ONKEYUPThe 'Onkeyup' literal value.If the meaning of 'Onkeyup' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ACCESSIBILITY
public static final int ACCESSIBILITYThe 'Accessibility' literal value.If the meaning of 'Accessibility' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONLOAD
public static final int ONLOADThe 'Onload' literal value.If the meaning of 'Onload' literal object isn't clear, there really should be more of a description here...
- See Also:
-
ONRIGHTCLICK
public static final int ONRIGHTCLICKThe 'Onrightclick' literal value.If the meaning of 'Onrightclick' literal object isn't clear, there really should be more of a description here...
- See Also:
-
VALUES
A public read-only list of all the 'Trigger Condition' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException
- if the argument is null
-
get
Returns the 'Trigger Condition' literal with the specified literal value. -
getByName
Returns the 'Trigger Condition' literal with the specified name. -
get
Returns the 'Trigger Condition' literal with the specified integer value. -
getValue
public int getValue()- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<TriggerCondition>
-