Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.TimeFormat
Packages that use TimeFormat
-
Uses of TimeFormat in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as TimeFormatMethods in gov.nasa.gsfc.sscweb.schema that return TimeFormatModifier and TypeMethodDescriptionstatic TimeFormatGets the enum associated to the value passed as parameter.FormatOptions.getTimeFormat()Time format.static TimeFormatReturns the enum constant of this class with the specified name.static TimeFormat[]TimeFormat.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 TimeFormatModifier and TypeMethodDescriptionvoidFormatOptions.setTimeFormat(TimeFormat value) Sets the value of the timeFormat property.