public enum EOperators extends java.lang.Enum<EOperators> implements org.eclipse.emf.common.util.Enumerator
TaurusPackage.getEOperators()| Enum Constant and Description |
|---|
EQUALS
The 'Equals' literal object.
|
EQUALS_NOT
The 'Equals Not' literal object.
|
FALSE
The 'FALSE' literal object.
|
NOTNULL
The 'NOTNULL' literal object.
|
NULL
The 'NULL' literal object.
|
REGULAR_EXPRESSION
The 'Regular Expression' literal object.
|
TRUE
The 'TRUE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EQUALS_NOT_VALUE
The 'Equals Not' literal value.
|
static int |
EQUALS_VALUE
The 'Equals' literal value.
|
static int |
FALSE_VALUE
The 'FALSE' literal value.
|
static int |
NOTNULL_VALUE
The 'NOTNULL' literal value.
|
static int |
NULL_VALUE
The 'NULL' literal value.
|
static int |
REGULAR_EXPRESSION_VALUE
The 'Regular Expression' literal value.
|
static int |
TRUE_VALUE
The 'TRUE' literal value.
|
static java.util.List<EOperators> |
VALUES
A public read-only list of all the 'EOperators'
enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static EOperators |
get(int value)
Returns the 'EOperators' literal with the specified
integer value.
|
static EOperators |
get(java.lang.String literal)
Returns the 'EOperators' literal with the specified
literal value.
|
static EOperators |
getByName(java.lang.String name)
Returns the 'EOperators' 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 EOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EOperators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EOperators EQUALS
EQUALS_VALUEpublic static final EOperators EQUALS_NOT
EQUALS_NOT_VALUEpublic static final EOperators REGULAR_EXPRESSION
REGULAR_EXPRESSION_VALUEpublic static final EOperators NULL
NULL_VALUEpublic static final EOperators NOTNULL
NOTNULL_VALUEpublic static final EOperators TRUE
TRUE_VALUEpublic static final EOperators FALSE
FALSE_VALUEpublic static final int EQUALS_VALUE
EQUALS,
Constant Field Valuespublic static final int EQUALS_NOT_VALUE
EQUALS_NOT,
Constant Field Valuespublic static final int REGULAR_EXPRESSION_VALUE
REGULAR_EXPRESSION,
Constant Field Valuespublic static final int NULL_VALUE
NULL,
Constant Field Valuespublic static final int NOTNULL_VALUE
NOTNULL,
Constant Field Valuespublic static final int TRUE_VALUE
TRUE,
Constant Field Valuespublic static final int FALSE_VALUE
FALSE,
Constant Field Valuespublic static final java.util.List<EOperators> VALUES
public static EOperators[] values()
for (EOperators c : EOperators.values()) System.out.println(c);
public static EOperators 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 EOperators get(java.lang.String literal)
literal - the literal.null.public static EOperators getByName(java.lang.String name)
name - the name.null.public static EOperators get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<EOperators>Copyright © 2015 Micro Focus GmbH. All rights reserved.