Class CDPFloatPropertyInput
- java.lang.Object
-
- org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
-
- org.apache.unomi.graphql.types.input.property.CDPFloatPropertyInput
-
public class CDPFloatPropertyInput extends BaseCDPPropertyInput
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCDPPropertyType()DoublegetDefaultValue()DoublegetMaxValue()DoublegetMinValue()voidupdateType(org.apache.unomi.api.PropertyType type)-
Methods inherited from class org.apache.unomi.graphql.types.input.property.BaseCDPPropertyInput
deleteDefaultNumericRange, getMaxOccurrences, getMinOccurrences, getName, getTags, toPropertyType, updateDefaultNumericRange
-
-
-
-
Method Detail
-
getMinValue
public Double getMinValue()
-
getMaxValue
public Double getMaxValue()
-
getDefaultValue
public Double getDefaultValue()
-
getCDPPropertyType
public String getCDPPropertyType()
- Specified by:
getCDPPropertyTypein classBaseCDPPropertyInput
-
updateType
public void updateType(org.apache.unomi.api.PropertyType type)
- Overrides:
updateTypein classBaseCDPPropertyInput
-
-