Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.DistanceFormat
Packages that use DistanceFormat
-
Uses of DistanceFormat in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as DistanceFormatModifier and TypeFieldDescriptionprotected DistanceFormatFormatOptions.distanceFormatDistance format.Methods in gov.nasa.gsfc.sscweb.schema that return DistanceFormatModifier and TypeMethodDescriptionstatic DistanceFormatGets the enum associated to the value passed as parameter.FormatOptions.getDistanceFormat()Distance format.static DistanceFormatReturns the enum constant of this class with the specified name.static DistanceFormat[]DistanceFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in gov.nasa.gsfc.sscweb.schema with parameters of type DistanceFormatModifier and TypeMethodDescriptionvoidFormatOptions.setDistanceFormat(DistanceFormat value) Sets the value of the distanceFormat property.