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 org.apache.unomi.api.PropertyTypetype-
Fields inherited from interface org.apache.unomi.graphql.types.output.CDPPropertyInterface
TYPE_NAME
-
-
Constructor Summary
Constructors Constructor Description CDPPropertyType(org.apache.unomi.api.PropertyType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.unomi.api.query.NumericRangegetDefaultNumericRange()org.apache.unomi.api.PropertyTypegetType()-
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
-
-
-
-
Method Detail
-
getType
public org.apache.unomi.api.PropertyType getType()
- Specified by:
getTypein interfaceCDPPropertyInterface
-
getDefaultNumericRange
protected org.apache.unomi.api.query.NumericRange getDefaultNumericRange()
-
-