|
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.NumericFunctions
A representation of the literals of the enumeration 'Numeric Functions', and utility methods for working with them.
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 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 |
public static final int MAX
MAX_LITERAL,
Constant Field Valuespublic static final int MIN
MIN_LITERAL,
Constant Field Valuespublic static final int COUNT
COUNT_LITERAL,
Constant Field Valuespublic static final NumericFunctions MAX_LITERAL
If the meaning of 'MAX' literal object isn't clear, there really should be more of a description here...
MAXpublic static final NumericFunctions MIN_LITERAL
If the meaning of 'MIN' literal object isn't clear, there really should be more of a description here...
MINpublic static final NumericFunctions COUNT_LITERAL
If the meaning of 'COUNT' literal object isn't clear, there really should be more of a description here...
COUNTpublic static final java.util.List VALUES
| Method Detail |
public static NumericFunctions get(java.lang.String literal)
public static NumericFunctions getByName(java.lang.String name)
public static NumericFunctions 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 | ||||||||||