Uses of Enum Class
gov.nasa.gsfc.sscweb.schema.DateFormat
Packages that use DateFormat
-
Uses of DateFormat in gov.nasa.gsfc.sscweb.schema
Fields in gov.nasa.gsfc.sscweb.schema declared as DateFormatMethods in gov.nasa.gsfc.sscweb.schema that return DateFormatModifier and TypeMethodDescriptionstatic DateFormatGets the enum associated to the value passed as parameter.FormatOptions.getDateFormat()Date format.static DateFormatReturns the enum constant of this class with the specified name.static DateFormat[]DateFormat.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 DateFormatModifier and TypeMethodDescriptionvoidFormatOptions.setDateFormat(DateFormat value) Sets the value of the dateFormat property.