public class CDPFloatPropertyInput extends BaseCDPPropertyInput
Constructor and Description |
---|
CDPFloatPropertyInput(String name,
Integer minOccurrences,
Integer maxOccurrences,
List<String> tags,
Double minValue,
Double maxValue,
Double defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
getCDPPropertyType() |
Double |
getDefaultValue() |
Double |
getMaxValue() |
Double |
getMinValue() |
void |
updateType(PropertyType type) |
deleteDefaultNumericRange, getMaxOccurrences, getMinOccurrences, getName, getTags, toPropertyType, updateDefaultNumericRange
public Double getMinValue()
public Double getMaxValue()
public Double getDefaultValue()
public String getCDPPropertyType()
getCDPPropertyType
in class BaseCDPPropertyInput
public void updateType(PropertyType type)
updateType
in class BaseCDPPropertyInput
Copyright © 2014–2022 Apache Software Foundation. All rights reserved.