Class CDPPropertyType
- java.lang.Object
-
- org.apache.unomi.graphql.types.output.property.CDPPropertyType
-
- All Implemented Interfaces:
CDPPropertyInterface
- Direct Known Subclasses:
CDPBooleanPropertyType
,CDPDatePropertyType
,CDPFloatPropertyType
,CDPGeoPointPropertyType
,CDPIdentifierPropertyType
,CDPIntPropertyType
,CDPJsonPropertyType
,CDPLongPropertyType
,CDPSetPropertyType
,CDPStringPropertyType
public class CDPPropertyType extends Object implements CDPPropertyInterface
-
-
Field Summary
Fields Modifier and Type Field Description protected PropertyType
type
-
Fields inherited from interface org.apache.unomi.graphql.types.output.CDPPropertyInterface
TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description CDPPropertyType(PropertyType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NumericRange
getDefaultNumericRange()
PropertyType
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
maxOccurrences, minOccurrences, name, tags
-
-
-
-
Field Detail
-
type
protected PropertyType type
-
-
Constructor Detail
-
CDPPropertyType
public CDPPropertyType(PropertyType type)
-
-
Method Detail
-
getType
public PropertyType getType()
- Specified by:
getType
in interfaceCDPPropertyInterface
-
getDefaultNumericRange
protected NumericRange getDefaultNumericRange()
-
-