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, setTypeaddValidator, getFeature, getFeatures, getValidators, mergeFeaturesInto, putFeature, removeFeature, setFeatures, setValidatorspublic 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 XMLMetaElementClassNotFoundExceptionCopyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.