org.apache.bval.xml
Class XMLMetaElement
java.lang.Object
org.apache.bval.xml.XMLFeaturesCapable
org.apache.bval.xml.XMLMetaElement
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- XMLMetaBeanReference, XMLMetaProperty
public class XMLMetaElement
- extends XMLFeaturesCapable
Description:
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLMetaElement
public XMLMetaElement()
getName
public String getName()
setName
public void setName(String name)
getMandatory
public String getMandatory()
setMandatory
public void setMandatory(String mandatory)
getMinLength
public Integer getMinLength()
setMinLength
public void setMinLength(Integer minLength)
getMaxLength
public Integer getMaxLength()
setMaxLength
public void setMaxLength(Integer maxLength)
getReadonly
public Boolean getReadonly()
setReadonly
public void setReadonly(Boolean readonly)
getDenied
public Boolean getDenied()
setDenied
public void setDenied(Boolean denied)
getHidden
public Boolean getHidden()
setHidden
public void setHidden(Boolean hidden)
getType
public String getType()
setType
public void setType(String type)
mergeInto
public void mergeInto(MetaProperty prop)
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.