static PredefinedTimeSystem |
PredefinedTimeSystem.parseOneLetterCode(String code) |
Parse a string to get the time system.
|
static PredefinedTimeSystem |
PredefinedTimeSystem.parseTimeSystem(String s) |
Parse a string to get the time system.
|
static PredefinedTimeSystem |
PredefinedTimeSystem.parseTwoLettersCode(String code) |
Parse a string to get the time system.
|
static PredefinedTimeSystem |
PredefinedTimeSystem.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PredefinedTimeSystem[] |
PredefinedTimeSystem.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|