public enum OperatorKind extends java.lang.Enum<OperatorKind> implements org.eclipse.emf.common.util.Enumerator
SsmePackage.getOperatorKind()
Enum Constant and Description |
---|
ADD_LITERAL
The 'Add' literal object
|
AFTER_LITERAL
The 'After' literal object
|
AND_LITERAL
The 'And' literal object
|
ARRAY_PRODUCT_LITERAL
The 'Array Product' literal object
|
ARRAY_RESTRUCTURATION_LITERAL
The 'Array Restructuration' literal object
|
BOOLEAN_LITERAL
The 'Boolean' literal object
|
CELL_LITERAL
The 'Cell' literal object
|
CHAR_LITERAL
The 'Char' literal object
|
CLOCK_DIFFERENCE_LITERAL
The 'Clock Difference' literal object
|
CLOCK_LITERAL
The 'Clock' literal object
|
CLOCK_PRODUCT_LITERAL
The 'Clock Product' literal object
|
CLOCK_UNION_LITERAL
The 'Clock Union' literal object
|
COMPLEX_CONSTRUCTOR_LITERAL
The 'Complex Constructor' literal object
|
COMPLEX_LITERAL
The 'Complex' literal object
|
CONCATENATION_LITERAL
The 'Concatenation' literal object
|
COUNT_LITERAL
The 'Count' literal object
|
DCOMPLEX_LITERAL
The 'Dcomplex' literal object
|
DEFAULT_LITERAL
The 'Default' literal object
|
DELAY_LITERAL
The 'Delay' literal object
|
DIV_LITERAL
The 'Div' literal object
|
DREAL_LITERAL
The 'Dreal' literal object
|
EQUAL_EQUAL_LITERAL
The 'Equal Equal' literal object
|
EQUAL_LITERAL
The 'Equal' literal object
|
EVENT_LITERAL
The 'Event' literal object
|
EXPR_INDEX_LITERAL
The 'Expr Index' literal object
|
FALSE_LITERAL
The 'False' literal object
|
FROM_LITERAL
The 'From' literal object
|
GREATER_LITERAL
The 'Greater' literal object
|
GREATER_OR_EQUAL_LITERAL
The 'Greater Or Equal' literal object
|
IF_LITERAL
The 'If' literal object
|
INTEGER_LITERAL
The 'Integer' literal object
|
LESS_LESS_EQUAL_LITERAL
The 'Less Less Equal' literal object
|
LESS_LITERAL
The 'Less' literal object
|
LESS_OR_EQUAL_LITERAL
The 'Less Or Equal' literal object
|
LONG_LITERAL
The 'Long' literal object
|
MINUS_LITERAL
The 'Minus' literal object
|
MODULO_LITERAL
The 'Modulo' literal object
|
NEXT_LITERAL
The 'Next' literal object
|
NOT_EQUAL_LITERAL
The 'Not Equal' literal object
|
NOT_LITERAL
The 'Not' literal object
|
NULL_CLOCK_LITERAL
The 'Null Clock' literal object
|
OR_LITERAL
The 'Or' literal object
|
POWER_LITERAL
The 'Power' literal object
|
PRODUCT_LITERAL
The 'Product' literal object
|
REAL_LITERAL
The 'Real' literal object
|
RECUPERATION_LITERAL
The 'Recuperation' literal object
|
REPETITION_LITERAL
The 'Repetition' literal object
|
SHORT_LITERAL
The 'Short' literal object
|
STRING_LITERAL
The 'String' literal object
|
TR_LITERAL
The 'Tr' literal object
|
TRUE_LITERAL
The 'True' literal object
|
VAR_LITERAL
The 'Var' literal object
|
WHEN_LITERAL
The 'When' literal object
|
WINDOW_LITERAL
The 'Window' literal object
|
XOR_LITERAL
The 'Xor' literal object
|
Modifier and Type | Field and Description |
---|---|
static int |
ADD
The 'Add' literal value
|
static int |
AFTER
The 'After' literal value
|
static int |
AND
The 'And' literal value
|
static int |
ARRAY_PRODUCT
The 'Array Product' literal value
|
static int |
ARRAY_RESTRUCTURATION
The 'Array Restructuration' literal value
|
static int |
BOOLEAN
The 'Boolean' literal value
|
static int |
CELL
The 'Cell' literal value
|
static int |
CHAR
The 'Char' literal value
|
static int |
CLOCK
The 'Clock' literal value
|
static int |
CLOCK_DIFFERENCE
The 'Clock Difference' literal value
|
static int |
CLOCK_PRODUCT
The 'Clock Product' literal value
|
static int |
CLOCK_UNION
The 'Clock Union' literal value
|
static int |
COMPLEX
The 'Complex' literal value
|
static int |
COMPLEX_CONSTRUCTOR
The 'Complex Constructor' literal value
|
static int |
CONCATENATION
The 'Concatenation' literal value
|
static int |
COUNT
The 'Count' literal value
|
static int |
DCOMPLEX
The 'Dcomplex' literal value
|
static int |
DEFAULT
The 'Default' literal value
|
static int |
DELAY
The 'Delay' literal value
|
static int |
DIV
The 'Div' literal value
|
static int |
DREAL
The 'Dreal' literal value
|
static int |
EQUAL
The 'Equal' literal value
|
static int |
EQUAL_EQUAL
The 'Equal Equal' literal value
|
static int |
EVENT
The 'Event' literal value
|
static int |
EXPR_INDEX
The 'Expr Index' literal value
|
static int |
FALSE
The 'False' literal value
|
static int |
FROM
The 'From' literal value
|
static int |
GREATER
The 'Greater' literal value
|
static int |
GREATER_OR_EQUAL
The 'Greater Or Equal' literal value
|
static int |
IF
The 'If' literal value
|
static int |
INTEGER
The 'Integer' literal value
|
static int |
LESS
The 'Less' literal value
|
static int |
LESS_LESS_EQUAL
The 'Less Less Equal' literal value
|
static int |
LESS_OR_EQUAL
The 'Less Or Equal' literal value
|
static int |
LONG
The 'Long' literal value
|
static int |
MINUS
The 'Minus' literal value
|
static int |
MODULO
The 'Modulo' literal value
|
static int |
NEXT
The 'Next' literal value
|
static int |
NOT
The 'Not' literal value
|
static int |
NOT_EQUAL
The 'Not Equal' literal value
|
static int |
NULL_CLOCK
The 'Null Clock' literal value
|
static int |
OR
The 'Or' literal value
|
static int |
POWER
The 'Power' literal value
|
static int |
PRODUCT
The 'Product' literal value
|
static int |
REAL
The 'Real' literal value
|
static int |
RECUPERATION
The 'Recuperation' literal value
|
static int |
REPETITION
The 'Repetition' literal value
|
static int |
SHORT
The 'Short' literal value
|
static int |
STRING
The 'String' literal value
|
static int |
TR
The 'Tr' literal value
|
static int |
TRUE
The 'True' literal value
|
static java.util.List<OperatorKind> |
VALUES
A public read-only list of all the 'Operator Kind' enumerators
|
static int |
VAR
The 'Var' literal value
|
static int |
WHEN
The 'When' literal value
|
static int |
WINDOW
The 'Window' literal value
|
static int |
XOR
The 'Xor' literal value
|
Modifier and Type | Method and Description |
---|---|
static OperatorKind |
get(int value)
Returns the 'Operator Kind' literal with the specified integer value
|
static OperatorKind |
get(java.lang.String literal)
Returns the 'Operator Kind' literal with the specified literal value
|
static OperatorKind |
getByName(java.lang.String name)
Returns the 'Operator Kind' literal with the specified name
|
java.lang.String |
getLiteral() |
java.lang.String |
getName() |
int |
getValue() |
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static OperatorKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperatorKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorKind NULL_CLOCK_LITERAL
NULL_CLOCK
public static final OperatorKind NEXT_LITERAL
NEXT
public static final OperatorKind ARRAY_RESTRUCTURATION_LITERAL
ARRAY_RESTRUCTURATION
public static final OperatorKind DEFAULT_LITERAL
DEFAULT
public static final OperatorKind WHEN_LITERAL
WHEN
public static final OperatorKind AFTER_LITERAL
AFTER
public static final OperatorKind FROM_LITERAL
FROM
public static final OperatorKind COUNT_LITERAL
COUNT
public static final OperatorKind CLOCK_UNION_LITERAL
CLOCK_UNION
public static final OperatorKind CLOCK_DIFFERENCE_LITERAL
CLOCK_DIFFERENCE
public static final OperatorKind CLOCK_PRODUCT_LITERAL
CLOCK_PRODUCT
public static final OperatorKind IF_LITERAL
IF
public static final OperatorKind EXPR_INDEX_LITERAL
EXPR_INDEX
public static final OperatorKind XOR_LITERAL
XOR
public static final OperatorKind OR_LITERAL
OR
public static final OperatorKind AND_LITERAL
AND
public static final OperatorKind NOT_LITERAL
NOT
public static final OperatorKind EQUAL_EQUAL_LITERAL
EQUAL_EQUAL
public static final OperatorKind LESS_LESS_EQUAL_LITERAL
LESS_LESS_EQUAL
public static final OperatorKind EQUAL_LITERAL
EQUAL
public static final OperatorKind NOT_EQUAL_LITERAL
NOT_EQUAL
public static final OperatorKind GREATER_LITERAL
GREATER
public static final OperatorKind GREATER_OR_EQUAL_LITERAL
GREATER_OR_EQUAL
public static final OperatorKind LESS_LITERAL
LESS
public static final OperatorKind LESS_OR_EQUAL_LITERAL
LESS_OR_EQUAL
public static final OperatorKind ADD_LITERAL
ADD
public static final OperatorKind MINUS_LITERAL
MINUS
public static final OperatorKind CONCATENATION_LITERAL
CONCATENATION
public static final OperatorKind PRODUCT_LITERAL
PRODUCT
public static final OperatorKind ARRAY_PRODUCT_LITERAL
ARRAY_PRODUCT
public static final OperatorKind DIV_LITERAL
DIV
public static final OperatorKind MODULO_LITERAL
MODULO
public static final OperatorKind REPETITION_LITERAL
REPETITION
public static final OperatorKind POWER_LITERAL
POWER
public static final OperatorKind COMPLEX_CONSTRUCTOR_LITERAL
COMPLEX_CONSTRUCTOR
public static final OperatorKind CELL_LITERAL
CELL
public static final OperatorKind VAR_LITERAL
VAR
public static final OperatorKind DELAY_LITERAL
DELAY
public static final OperatorKind WINDOW_LITERAL
WINDOW
public static final OperatorKind TR_LITERAL
TR
public static final OperatorKind RECUPERATION_LITERAL
RECUPERATION
public static final OperatorKind CLOCK_LITERAL
CLOCK
public static final OperatorKind EVENT_LITERAL
EVENT
public static final OperatorKind BOOLEAN_LITERAL
BOOLEAN
public static final OperatorKind SHORT_LITERAL
SHORT
public static final OperatorKind INTEGER_LITERAL
INTEGER
public static final OperatorKind LONG_LITERAL
LONG
public static final OperatorKind REAL_LITERAL
REAL
public static final OperatorKind DREAL_LITERAL
DREAL
public static final OperatorKind COMPLEX_LITERAL
COMPLEX
public static final OperatorKind DCOMPLEX_LITERAL
DCOMPLEX
public static final OperatorKind CHAR_LITERAL
CHAR
public static final OperatorKind STRING_LITERAL
STRING
public static final OperatorKind FALSE_LITERAL
FALSE
public static final OperatorKind TRUE_LITERAL
TRUE
public static final int NULL_CLOCK
If the meaning of 'Null Clock' literal object isn't clear, there really should be more of a description here...
NULL_CLOCK_LITERAL
,
Constant Field Valuespublic static final int NEXT
If the meaning of 'Next' literal object isn't clear, there really should be more of a description here...
NEXT_LITERAL
,
Constant Field Valuespublic static final int ARRAY_RESTRUCTURATION
If the meaning of 'Array Restructuration' literal object isn't clear, there really should be more of a description here...
public static final int DEFAULT
If the meaning of 'Default' literal object isn't clear, there really should be more of a description here...
DEFAULT_LITERAL
,
Constant Field Valuespublic static final int WHEN
If the meaning of 'When' literal object isn't clear, there really should be more of a description here...
WHEN_LITERAL
,
Constant Field Valuespublic static final int AFTER
If the meaning of 'After' literal object isn't clear, there really should be more of a description here...
AFTER_LITERAL
,
Constant Field Valuespublic static final int FROM
If the meaning of 'From' literal object isn't clear, there really should be more of a description here...
FROM_LITERAL
,
Constant Field Valuespublic static final int COUNT
If the meaning of 'Count' literal object isn't clear, there really should be more of a description here...
COUNT_LITERAL
,
Constant Field Valuespublic static final int CLOCK_UNION
If the meaning of 'Clock Union' literal object isn't clear, there really should be more of a description here...
CLOCK_UNION_LITERAL
,
Constant Field Valuespublic static final int CLOCK_DIFFERENCE
If the meaning of 'Clock Difference' literal object isn't clear, there really should be more of a description here...
CLOCK_DIFFERENCE_LITERAL
,
Constant Field Valuespublic static final int CLOCK_PRODUCT
If the meaning of 'Clock Product' literal object isn't clear, there really should be more of a description here...
CLOCK_PRODUCT_LITERAL
,
Constant Field Valuespublic static final int IF
If the meaning of 'If' literal object isn't clear, there really should be more of a description here...
IF_LITERAL
,
Constant Field Valuespublic static final int EXPR_INDEX
If the meaning of 'Expr Index' literal object isn't clear, there really should be more of a description here...
EXPR_INDEX_LITERAL
,
Constant Field Valuespublic static final int XOR
If the meaning of 'Xor' literal object isn't clear, there really should be more of a description here...
XOR_LITERAL
,
Constant Field Valuespublic static final int OR
If the meaning of 'Or' literal object isn't clear, there really should be more of a description here...
OR_LITERAL
,
Constant Field Valuespublic static final int AND
If the meaning of 'And' literal object isn't clear, there really should be more of a description here...
AND_LITERAL
,
Constant Field Valuespublic static final int NOT
If the meaning of 'Not' literal object isn't clear, there really should be more of a description here...
NOT_LITERAL
,
Constant Field Valuespublic static final int EQUAL_EQUAL
If the meaning of 'Equal Equal' literal object isn't clear, there really should be more of a description here...
EQUAL_EQUAL_LITERAL
,
Constant Field Valuespublic static final int LESS_LESS_EQUAL
If the meaning of 'Less Less Equal' literal object isn't clear, there really should be more of a description here...
LESS_LESS_EQUAL_LITERAL
,
Constant Field Valuespublic static final int EQUAL
If the meaning of 'Equal' literal object isn't clear, there really should be more of a description here...
EQUAL_LITERAL
,
Constant Field Valuespublic static final int NOT_EQUAL
If the meaning of 'Not Equal' literal object isn't clear, there really should be more of a description here...
NOT_EQUAL_LITERAL
,
Constant Field Valuespublic static final int GREATER
If the meaning of 'Greater' literal object isn't clear, there really should be more of a description here...
GREATER_LITERAL
,
Constant Field Valuespublic static final int GREATER_OR_EQUAL
If the meaning of 'Greater Or Equal' literal object isn't clear, there really should be more of a description here...
GREATER_OR_EQUAL_LITERAL
,
Constant Field Valuespublic static final int LESS
If the meaning of 'Less' literal object isn't clear, there really should be more of a description here...
LESS_LITERAL
,
Constant Field Valuespublic static final int LESS_OR_EQUAL
If the meaning of 'Less Or Equal' literal object isn't clear, there really should be more of a description here...
LESS_OR_EQUAL_LITERAL
,
Constant Field Valuespublic static final int ADD
If the meaning of 'Add' literal object isn't clear, there really should be more of a description here...
ADD_LITERAL
,
Constant Field Valuespublic static final int MINUS
If the meaning of 'Minus' literal object isn't clear, there really should be more of a description here...
MINUS_LITERAL
,
Constant Field Valuespublic static final int CONCATENATION
If the meaning of 'Concatenation' literal object isn't clear, there really should be more of a description here...
CONCATENATION_LITERAL
,
Constant Field Valuespublic static final int PRODUCT
If the meaning of 'Product' literal object isn't clear, there really should be more of a description here...
PRODUCT_LITERAL
,
Constant Field Valuespublic static final int ARRAY_PRODUCT
If the meaning of 'Array Product' literal object isn't clear, there really should be more of a description here...
ARRAY_PRODUCT_LITERAL
,
Constant Field Valuespublic static final int DIV
If the meaning of 'Div' literal object isn't clear, there really should be more of a description here...
DIV_LITERAL
,
Constant Field Valuespublic static final int MODULO
If the meaning of 'Modulo' literal object isn't clear, there really should be more of a description here...
MODULO_LITERAL
,
Constant Field Valuespublic static final int REPETITION
If the meaning of 'Repetition' literal object isn't clear, there really should be more of a description here...
REPETITION_LITERAL
,
Constant Field Valuespublic static final int POWER
If the meaning of 'Power' literal object isn't clear, there really should be more of a description here...
POWER_LITERAL
,
Constant Field Valuespublic static final int COMPLEX_CONSTRUCTOR
If the meaning of 'Complex Constructor' literal object isn't clear, there really should be more of a description here...
COMPLEX_CONSTRUCTOR_LITERAL
,
Constant Field Valuespublic static final int CELL
If the meaning of 'Cell' literal object isn't clear, there really should be more of a description here...
CELL_LITERAL
,
Constant Field Valuespublic static final int VAR
If the meaning of 'Var' literal object isn't clear, there really should be more of a description here...
VAR_LITERAL
,
Constant Field Valuespublic static final int DELAY
If the meaning of 'Delay' literal object isn't clear, there really should be more of a description here...
DELAY_LITERAL
,
Constant Field Valuespublic static final int WINDOW
If the meaning of 'Window' literal object isn't clear, there really should be more of a description here...
WINDOW_LITERAL
,
Constant Field Valuespublic static final int TR
If the meaning of 'Tr' literal object isn't clear, there really should be more of a description here...
TR_LITERAL
,
Constant Field Valuespublic static final int RECUPERATION
If the meaning of 'Recuperation' literal object isn't clear, there really should be more of a description here...
RECUPERATION_LITERAL
,
Constant Field Valuespublic static final int CLOCK
If the meaning of 'Clock' literal object isn't clear, there really should be more of a description here...
CLOCK_LITERAL
,
Constant Field Valuespublic static final int EVENT
If the meaning of 'Event' literal object isn't clear, there really should be more of a description here...
EVENT_LITERAL
,
Constant Field Valuespublic static final int BOOLEAN
If the meaning of 'Boolean' literal object isn't clear, there really should be more of a description here...
BOOLEAN_LITERAL
,
Constant Field Valuespublic static final int SHORT
If the meaning of 'Short' literal object isn't clear, there really should be more of a description here...
SHORT_LITERAL
,
Constant Field Valuespublic static final int INTEGER
If the meaning of 'Integer' literal object isn't clear, there really should be more of a description here...
INTEGER_LITERAL
,
Constant Field Valuespublic static final int LONG
If the meaning of 'Long' literal object isn't clear, there really should be more of a description here...
LONG_LITERAL
,
Constant Field Valuespublic static final int REAL
If the meaning of 'Real' literal object isn't clear, there really should be more of a description here...
REAL_LITERAL
,
Constant Field Valuespublic static final int DREAL
If the meaning of 'Dreal' literal object isn't clear, there really should be more of a description here...
DREAL_LITERAL
,
Constant Field Valuespublic static final int COMPLEX
If the meaning of 'Complex' literal object isn't clear, there really should be more of a description here...
COMPLEX_LITERAL
,
Constant Field Valuespublic static final int DCOMPLEX
If the meaning of 'Dcomplex' literal object isn't clear, there really should be more of a description here...
DCOMPLEX_LITERAL
,
Constant Field Valuespublic static final int CHAR
If the meaning of 'Char' literal object isn't clear, there really should be more of a description here...
CHAR_LITERAL
,
Constant Field Valuespublic static final int STRING
If the meaning of 'String' literal object isn't clear, there really should be more of a description here...
STRING_LITERAL
,
Constant Field Valuespublic static final int FALSE
If the meaning of 'False' literal object isn't clear, there really should be more of a description here...
FALSE_LITERAL
,
Constant Field Valuespublic static final int TRUE
If the meaning of 'True' literal object isn't clear, there really should be more of a description here...
TRUE_LITERAL
,
Constant Field Valuespublic static final java.util.List<OperatorKind> VALUES
public static OperatorKind[] values()
for (OperatorKind c : OperatorKind.values()) System.out.println(c);
public static OperatorKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static OperatorKind get(java.lang.String literal)
literal
- the literal.null
.public static OperatorKind getByName(java.lang.String name)
name
- the name.null
.public static OperatorKind get(int value)
value
- the integer value.null
.public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<OperatorKind>