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 String
getCDPPropertyType()
Double
getDefaultValue()
Double
getMaxValue()
Double
getMinValue()
void
updateType(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:
getCDPPropertyType
in classBaseCDPPropertyInput
-
updateType
public void updateType(PropertyType type)
- Overrides:
updateType
in classBaseCDPPropertyInput
-
-