Uses of Enum Class
gov.nasa.arc.pds.xml.generated.UnitsOfFrameRate
Packages that use UnitsOfFrameRate
-
Uses of UnitsOfFrameRate in gov.nasa.arc.pds.xml.generated
Fields in gov.nasa.arc.pds.xml.generated declared as UnitsOfFrameRateMethods in gov.nasa.arc.pds.xml.generated that return UnitsOfFrameRateModifier and TypeMethodDescriptionstatic UnitsOfFrameRateGets the enum associated to the value passed as parameter.FrameRate.getUnit()Gets the value of the unit property.static UnitsOfFrameRateReturns the enum constant of this class with the specified name.static UnitsOfFrameRate[]UnitsOfFrameRate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.arc.pds.xml.generated with parameters of type UnitsOfFrameRateModifier and TypeMethodDescriptionvoidFrameRate.setUnit(UnitsOfFrameRate value) Sets the value of the unit property.