Uses of Class
adams.core.SecondFormat.Unit
-
Packages that use SecondFormat.Unit Package Description adams.core -
-
Uses of SecondFormat.Unit in adams.core
Fields in adams.core declared as SecondFormat.Unit Modifier and Type Field Description protected SecondFormat.Unit
SecondFormat. m_Unit
the conversion unit.Methods in adams.core that return SecondFormat.Unit Modifier and Type Method Description static SecondFormat.Unit
SecondFormat.Unit. parse(String s)
Parses the given string (u|m|S|M|H|D|W) and returns the corresponding unit.static SecondFormat.Unit
SecondFormat.Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecondFormat.Unit[]
SecondFormat.Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-