Uses of Class
gov.nasa.arc.pds.xml.generated.UnitsOfFrameRate
-
Packages that use UnitsOfFrameRate Package Description gov.nasa.arc.pds.xml.generated -
-
Uses of UnitsOfFrameRate in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfFrameRate Modifier and Type Field Description protected UnitsOfFrameRate
FrameRate. unit
Methods in gov.nasa.arc.pds.xml.generated that return UnitsOfFrameRate Modifier and Type Method Description static UnitsOfFrameRate
UnitsOfFrameRate. fromValue(java.lang.String v)
Gets the enum associated to the value passed as parameter.UnitsOfFrameRate
FrameRate. getUnit()
Gets the value of the unit property.static UnitsOfFrameRate
UnitsOfFrameRate. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UnitsOfFrameRate[]
UnitsOfFrameRate. 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 UnitsOfFrameRate Modifier and Type Method Description void
FrameRate. setUnit(UnitsOfFrameRate value)
Sets the value of the unit property.
-