TPTP 4.1.0 Platform Project
Public API Specification

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

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

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

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

See Also:
ExtensionsPackage.getNumericFunctions()

Field Summary
static int COUNT
          The 'COUNT' literal value.
static NumericFunctions COUNT_LITERAL
          The 'COUNT' literal object.
static int MAX
          The 'MAX' literal value.
static NumericFunctions MAX_LITERAL
          The 'MAX' literal object.
static int MIN
          The 'MIN' literal value.
static NumericFunctions MIN_LITERAL
          The 'MIN' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Numeric Functions' enumerators.
 
Method Summary
static NumericFunctions get(int value)
          Returns the 'Numeric Functions' literal with the specified value.
static NumericFunctions get(java.lang.String name)
          Returns the 'Numeric Functions' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX

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

See Also:
MAX_LITERAL, Constant Field Values

MIN

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

See Also:
MIN_LITERAL, Constant Field Values

COUNT

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

See Also:
COUNT_LITERAL, Constant Field Values

MAX_LITERAL

public static final NumericFunctions MAX_LITERAL
The 'MAX' literal object.

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

See Also:
MAX

MIN_LITERAL

public static final NumericFunctions MIN_LITERAL
The 'MIN' literal object.

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

See Also:
MIN

COUNT_LITERAL

public static final NumericFunctions COUNT_LITERAL
The 'COUNT' literal object.

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

See Also:
COUNT

VALUES

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

Method Detail

get

public static NumericFunctions get(java.lang.String name)
Returns the 'Numeric Functions' literal with the specified name.


get

public static NumericFunctions get(int value)
Returns the 'Numeric Functions' literal with the specified value.


TPTP 4.1.0 Platform Project
Public API Specification