TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.hierarchy.extensions
Class LogicalOperators

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.hyades.models.hierarchy.extensions.LogicalOperators
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class LogicalOperators
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Logical Operators', and utility methods for working with them.

See Also:
ExtensionsPackage.getLogicalOperators()
Generated
[EMF] Model

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

NOT

public static final int NOT
The 'NOT' literal value.

See Also:
NOT_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

AND

public static final int AND
The 'AND' literal value.

See Also:
AND_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

OR

public static final int OR
The 'OR' literal value.

See Also:
OR_LITERAL, Constant Field Values
Generated
[EMF] Model
[EMF] Ordered

NOT_LITERAL

public static final LogicalOperators NOT_LITERAL
The 'NOT' literal object.

If the meaning of 'NOT' literal object isn't clear, there really should be more of a description here...

See Also:
NOT
Generated
[EMF] Ordered

AND_LITERAL

public static final LogicalOperators AND_LITERAL
The 'AND' literal object.

If the meaning of 'AND' literal object isn't clear, there really should be more of a description here...

See Also:
AND
Generated
[EMF] Ordered

OR_LITERAL

public static final LogicalOperators OR_LITERAL
The 'OR' literal object.

If the meaning of 'OR' literal object isn't clear, there really should be more of a description here...

See Also:
OR
Generated
[EMF] Ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Logical Operators' enumerators.

Generated
Method Detail

get

public static LogicalOperators get(java.lang.String literal)
Returns the 'Logical Operators' literal with the specified literal value.

Generated

getByName

public static LogicalOperators getByName(java.lang.String name)
Returns the 'Logical Operators' literal with the specified name.

Generated

get

public static LogicalOperators get(int value)
Returns the 'Logical Operators' literal with the specified integer value.

Generated

TPTP 4.2.0 Platform Project
Public API Specification