Class DayOfWeekPossibleValueSourceMetaDataProducer
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducer<QPossibleValueSource>
com.kingsrook.qqq.backend.core.model.common.DayOfWeekPossibleValueSourceMetaDataProducer
- All Implemented Interfaces:
MetaDataProducerInterface<QPossibleValueSource>
public class DayOfWeekPossibleValueSourceMetaDataProducer
extends MetaDataProducer<QPossibleValueSource>
Meta Data Producer for DayOfWeek.
-
Field Summary
FieldsFields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
DEFAULT_SORT_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduces and returns aQPossibleValueSourcecontaining the seven days of the week as enum values, ordered starting from the locale's first day of the week.Methods inherited from class com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducer
getSourceClass, setSourceClass, withSourceClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.MetaDataProducerInterface
getSortOrder, isEnabled
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
DayOfWeekPossibleValueSourceMetaDataProducer
public DayOfWeekPossibleValueSourceMetaDataProducer()
-
-
Method Details
-
produce
Produces and returns aQPossibleValueSourcecontaining the seven days of the week as enum values, ordered starting from the locale's first day of the week.
-