|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.hyades.models.hierarchy.extensions.LogicalOperators
A representation of the literals of the enumeration 'Logical Operators', and utility methods for working with them.
ExtensionsPackage.getLogicalOperators()| Field Summary | |
|---|---|
static int |
AND
The 'AND' literal value |
static LogicalOperators |
AND_LITERAL
The 'AND' literal object |
static int |
NOT
The 'NOT' literal value |
static LogicalOperators |
NOT_LITERAL
The 'NOT' literal object |
static int |
OR
The 'OR' literal value |
static LogicalOperators |
OR_LITERAL
The 'OR' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Logical Operators' enumerators |
| Method Summary | |
|---|---|
static LogicalOperators |
get(int value)
Returns the 'Logical Operators' literal with the specified integer value |
static LogicalOperators |
get(java.lang.String literal)
Returns the 'Logical Operators' literal with the specified literal value |
static LogicalOperators |
getByName(java.lang.String name)
Returns the 'Logical Operators' literal with the specified name |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NOT
NOT_LITERAL,
Constant Field Valuespublic static final int AND
AND_LITERAL,
Constant Field Valuespublic static final int OR
OR_LITERAL,
Constant Field Valuespublic static final LogicalOperators NOT_LITERAL
If the meaning of 'NOT' literal object isn't clear, there really should be more of a description here...
NOTpublic static final LogicalOperators AND_LITERAL
If the meaning of 'AND' literal object isn't clear, there really should be more of a description here...
ANDpublic static final LogicalOperators OR_LITERAL
If the meaning of 'OR' literal object isn't clear, there really should be more of a description here...
ORpublic static final java.util.List VALUES
| Method Detail |
public static LogicalOperators get(java.lang.String literal)
public static LogicalOperators getByName(java.lang.String name)
public static LogicalOperators get(int value)
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||