public abstract class BaseCDPPropertyInput extends Object
Constructor and Description |
---|
BaseCDPPropertyInput(BaseCDPPropertyInput input) |
BaseCDPPropertyInput(String name,
Integer minOccurrences,
Integer maxOccurrences,
List<String> tags) |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteDefaultNumericRange(PropertyType type) |
abstract String |
getCDPPropertyType() |
Integer |
getMaxOccurrences() |
Integer |
getMinOccurrences() |
String |
getName() |
List<String> |
getTags() |
PropertyType |
toPropertyType() |
protected void |
updateDefaultNumericRange(PropertyType type,
Double from,
Double to) |
void |
updateType(PropertyType propertyType) |
public BaseCDPPropertyInput(String name, Integer minOccurrences, Integer maxOccurrences, List<String> tags)
public BaseCDPPropertyInput(BaseCDPPropertyInput input)
public String getName()
public Integer getMinOccurrences()
public Integer getMaxOccurrences()
public abstract String getCDPPropertyType()
public void updateType(PropertyType propertyType)
public PropertyType toPropertyType()
protected void updateDefaultNumericRange(PropertyType type, Double from, Double to)
protected void deleteDefaultNumericRange(PropertyType type)
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.