Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfTime
-
Packages that use UnitsOfTime Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of UnitsOfTime in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfTime Modifier and Type Field Description protected UnitsOfTime
LoopDelay. unit
Methods in gov.nasa.arc.pds.xml.generated that return UnitsOfTime Modifier and Type Method Description static UnitsOfTime
UnitsOfTime. fromValue(java.lang.String v)
Gets the enum associated to the value passed as parameter.UnitsOfTime
LoopDelay. getUnit()
Gets the value of the unit property.static UnitsOfTime
UnitsOfTime. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitsOfTime[]
UnitsOfTime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.arc.pds.xml.generated with parameters of type UnitsOfTime Modifier and Type Method Description void
LoopDelay. setUnit(UnitsOfTime value)
Sets the value of the unit property.
-