Interface CDPPropertyInterface
-
- All Known Implementing Classes:
CDPBooleanPropertyType
,CDPDatePropertyType
,CDPFloatPropertyType
,CDPGeoPointPropertyType
,CDPIdentifierPropertyType
,CDPIntPropertyType
,CDPJsonPropertyType
,CDPLongPropertyType
,CDPPropertyType
,CDPSetPropertyType
,CDPStringPropertyType
public interface CDPPropertyInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PropertyType
getType()
default Integer
maxOccurrences()
default Integer
minOccurrences()
default String
name()
default Set<String>
tags()
-
-
-
Field Detail
-
TYPE_NAME
static final String TYPE_NAME
- See Also:
- Constant Field Values
-
-