| Modifier and Type | Method and Description |
|---|---|
TestTimesInterface.TimeUnits |
TestTimesInterface.getTimeUnits()
This method is used to obtain the current
TestTimesInterface.TimeUnits configured for the RunTime
class. |
static TestTimesInterface.TimeUnits |
TestTimesInterface.TimeUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestTimesInterface.TimeUnits[] |
TestTimesInterface.TimeUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestTimesInterface.setTimeUnits(TestTimesInterface.TimeUnits timeUnits)
This method is used to configure the desired
TestTimesInterface.TimeUnits. |