Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.DegreeFormat
Packages that use DegreeFormat
-
Uses of DegreeFormat in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as DegreeFormatModifier and TypeFieldDescriptionprotected DegreeFormatFormatOptions.degreeFormatDegree format.Methods in gov.nasa.gsfc.sscweb.schema that return DegreeFormatModifier and TypeMethodDescriptionstatic DegreeFormatGets the enum associated to the value passed as parameter.FormatOptions.getDegreeFormat()Degree format.static DegreeFormatReturns the enum constant of this class with the specified name.static DegreeFormat[]DegreeFormat.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 DegreeFormatModifier and TypeMethodDescriptionvoidFormatOptions.setDegreeFormat(DegreeFormat value) Sets the value of the degreeFormat property.