Modifier and Type | Method | Description |
---|---|---|
Olie |
Olie._decode(String objectReference,
String applicationReference) |
Return the correct enum member for a given string/object reference.
|
static Olie |
Olie.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Olie[] |
Olie.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
Class<Olie> |
Olie._getJavaType() |
Modifier and Type | Method | Description |
---|---|---|
int |
ScriptingAddition.round(double theNumberToRound,
Olie theRoundingDirectionIfOmittedRoundsToNearestToNearestRounds5CasesToTheNearestEvenIntegerInOrderToDecreaseCumulativeErrorsToAlwaysRound5AwayFromZeroUseAsTaughtInSchool) |
Round number to integer.
|