Class CDPDatePropertyType
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.property.CDPPropertyType
-
- org.apache.unomi.graphql.types.output.property.CDPDatePropertyType
-
- All Implemented Interfaces:
CDPPropertyInterface
public class CDPDatePropertyType extends CDPPropertyType implements CDPPropertyInterface
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_NAME
static String
UNOMI_TYPE
-
Fields inherited from class org.apache.unomi.graphql.types.output.property.CDPPropertyType
type
-
-
Constructor Summary
Constructors Constructor Description CDPDatePropertyType(PropertyType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OffsetDateTime
defaultValue()
-
Methods inherited from class org.apache.unomi.graphql.types.output.property.CDPPropertyType
getDefaultNumericRange, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.unomi.graphql.types.output.CDPPropertyInterface
getType, maxOccurrences, minOccurrences, name, tags
-
-
-
-
Field Detail
-
TYPE_NAME
public static final String TYPE_NAME
- See Also:
- Constant Field Values
-
UNOMI_TYPE
public static final String UNOMI_TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CDPDatePropertyType
public CDPDatePropertyType(PropertyType type)
-
-
Method Detail
-
defaultValue
public OffsetDateTime defaultValue()
-
-