| Package | Description |
|---|---|
| com.comtrade.ecm.engine.datatypes |
Additional DataTypes.
All of them must implement DataType interface. |
| Modifier and Type | Method and Description |
|---|---|
static Time.Unit |
Time.Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Time.Unit[] |
Time.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Time |
Time.add(long amountToAdd,
Time.Unit unit)
Changes a current value of an object for
amountToAdd units of unit |