org.apache.bval.xml
Class XMLMetaProperty
java.lang.Object
org.apache.bval.xml.XMLFeaturesCapable
org.apache.bval.xml.XMLMetaElement
org.apache.bval.xml.XMLMetaProperty
- All Implemented Interfaces:
- Serializable
public class XMLMetaProperty
- extends XMLMetaElement
Description:
- See Also:
- Serialized Form
Methods inherited from class org.apache.bval.xml.XMLMetaElement |
getDenied, getHidden, getMandatory, getMaxLength, getMinLength, getName, getReadonly, getType, setDenied, setHidden, setMandatory, setMaxLength, setMinLength, setName, setReadonly, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLMetaProperty
public XMLMetaProperty()
getMaxValue
public Integer getMaxValue()
setMaxValue
public void setMaxValue(Integer maxValue)
getMinValue
public Integer getMinValue()
setMinValue
public void setMinValue(Integer minValue)
getRegexp
public String getRegexp()
setRegexp
public void setRegexp(String regexp)
getTimeLag
public String getTimeLag()
setTimeLag
public void setTimeLag(String timeLag)
mergeInto
public void mergeInto(MetaProperty prop)
throws ClassNotFoundException
- Overrides:
mergeInto
in class XMLMetaElement
- Throws:
ClassNotFoundException
Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.