public abstract class TimeDuration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
seconds
The seconds.
|
int |
value
The value.
|
| Constructor and Description |
|---|
TimeDuration(int value)
Instantiates a new time duration.
|
| Modifier and Type | Method and Description |
|---|---|
abstract int |
toSeconds(int value)
To seconds.
|
abstract java.lang.String |
toString() |