|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RelationalOperator>
fr.tpt.aadl.annex.behavior.aadlba.RelationalOperator
public enum RelationalOperator
A representation of the literals of the enumeration 'Relational Operator', and utility methods for working with them.
AadlBaPackage.getRelationalOperator()
Enum Constant Summary | |
---|---|
EQUAL
The 'Equal' literal object |
|
GREATER_OR_EQUAL_THAN
The 'Greater Or Equal Than' literal object |
|
GREATER_THAN
The 'Greater Than' literal object |
|
LESS_OR_EQUAL_THAN
The 'Less Or Equal Than' literal object |
|
LESS_THAN
The 'Less Than' literal object |
|
NONE
The 'None' literal object |
|
NOT_EQUAL
The 'Not Equal' literal object |
Field Summary | |
---|---|
static int |
EQUAL_VALUE
The 'Equal' literal value |
static int |
GREATER_OR_EQUAL_THAN_VALUE
The 'Greater Or Equal Than' literal value |
static int |
GREATER_THAN_VALUE
The 'Greater Than' literal value |
static int |
LESS_OR_EQUAL_THAN_VALUE
The 'Less Or Equal Than' literal value |
static int |
LESS_THAN_VALUE
The 'Less Than' literal value |
static int |
NONE_VALUE
The 'None' literal value |
static int |
NOT_EQUAL_VALUE
The 'Not Equal' literal value |
static java.util.List<RelationalOperator> |
VALUES
A public read-only list of all the 'Relational Operator' enumerators |
Method Summary | |
---|---|
static RelationalOperator |
get(int value)
Returns the 'Relational Operator' literal with the specified integer value |
static RelationalOperator |
get(java.lang.String literal)
Returns the 'Relational Operator' literal with the specified literal value |
static RelationalOperator |
getByName(java.lang.String name)
Returns the 'Relational Operator' 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 RelationalOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelationalOperator[] |
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, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RelationalOperator NONE
NONE_VALUE
public static final RelationalOperator EQUAL
EQUAL_VALUE
public static final RelationalOperator NOT_EQUAL
NOT_EQUAL_VALUE
public static final RelationalOperator LESS_THAN
LESS_THAN_VALUE
public static final RelationalOperator LESS_OR_EQUAL_THAN
LESS_OR_EQUAL_THAN_VALUE
public static final RelationalOperator GREATER_THAN
GREATER_THAN_VALUE
public static final RelationalOperator GREATER_OR_EQUAL_THAN
GREATER_OR_EQUAL_THAN_VALUE
Field Detail |
---|
public static final int NONE_VALUE
If the meaning of 'None' literal object isn't clear, there really should be more of a description here...
NONE
,
Constant Field Valuespublic static final int EQUAL_VALUE
If the meaning of 'Equal' literal object isn't clear, there really should be more of a description here...
EQUAL
,
Constant Field Valuespublic static final int NOT_EQUAL_VALUE
If the meaning of 'Not Equal' literal object isn't clear, there really should be more of a description here...
NOT_EQUAL
,
Constant Field Valuespublic static final int LESS_THAN_VALUE
If the meaning of 'Less Than' literal object isn't clear, there really should be more of a description here...
LESS_THAN
,
Constant Field Valuespublic static final int LESS_OR_EQUAL_THAN_VALUE
If the meaning of 'Less Or Equal Than' literal object isn't clear, there really should be more of a description here...
LESS_OR_EQUAL_THAN
,
Constant Field Valuespublic static final int GREATER_THAN_VALUE
If the meaning of 'Greater Than' literal object isn't clear, there really should be more of a description here...
GREATER_THAN
,
Constant Field Valuespublic static final int GREATER_OR_EQUAL_THAN_VALUE
If the meaning of 'Greater Or Equal Than' literal object isn't clear, there really should be more of a description here...
GREATER_OR_EQUAL_THAN
,
Constant Field Valuespublic static final java.util.List<RelationalOperator> VALUES
Method Detail |
---|
public static RelationalOperator[] values()
for (RelationalOperator c : RelationalOperator.values()) System.out.println(c);
public static RelationalOperator 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 name
java.lang.NullPointerException
- if the argument is nullpublic static RelationalOperator get(java.lang.String literal)
public static RelationalOperator getByName(java.lang.String name)
public static RelationalOperator get(int value)
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<RelationalOperator>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |