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 UnitsOfFrameRateFrameRate. unitMethods in gov.nasa.arc.pds.xml.generated that return UnitsOfFrameRate Modifier and Type Method Description static UnitsOfFrameRateUnitsOfFrameRate. fromValue(java.lang.String v)Gets the enum associated to the value passed as parameter.UnitsOfFrameRateFrameRate. getUnit()Gets the value of the unit property.static UnitsOfFrameRateUnitsOfFrameRate. 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 voidFrameRate. setUnit(UnitsOfFrameRate value)Sets the value of the unit property.
-