public class XMLMetaProperty extends XMLMetaElement
Constructor and Description |
---|
XMLMetaProperty() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxValue() |
Integer |
getMinValue() |
String |
getRegexp() |
String |
getTimeLag() |
void |
mergeInto(MetaProperty prop) |
void |
setMaxValue(Integer maxValue) |
void |
setMinValue(Integer minValue) |
void |
setRegexp(String regexp) |
void |
setTimeLag(String timeLag) |
getDenied, getHidden, getMandatory, getMaxLength, getMinLength, getName, getReadonly, getType, setDenied, setHidden, setMandatory, setMaxLength, setMinLength, setName, setReadonly, setType
addValidator, getFeature, getFeatures, getValidators, mergeFeaturesInto, putFeature, removeFeature, setFeatures, setValidators
public Integer getMaxValue()
public void setMaxValue(Integer maxValue)
public Integer getMinValue()
public void setMinValue(Integer minValue)
public String getRegexp()
public void setRegexp(String regexp)
public String getTimeLag()
public void setTimeLag(String timeLag)
public void mergeInto(MetaProperty prop) throws ClassNotFoundException
mergeInto
in class XMLMetaElement
ClassNotFoundException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.