TPTP 4.2.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()
Generated
[EMF] Model

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 integer value
static NumericFunctions get(java.lang.String literal)
          Returns the 'Numeric Functions' literal with the specified literal value
static NumericFunctions getByName(java.lang.String name)
          Returns the 'Numeric Functions' 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

MAX

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

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

MIN

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

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

COUNT

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

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

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
Generated
[EMF] Ordered

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
Generated
[EMF] Ordered

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
Generated
[EMF] Ordered

VALUES

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

Generated
Method Detail

get

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

Generated

getByName

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

Generated

get

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

Generated

TPTP 4.2.0 Platform Project
Public API Specification