public class XMLMetaElement extends XMLFeaturesCapable
Constructor and Description |
---|
XMLMetaElement() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDenied() |
Boolean |
getHidden() |
String |
getMandatory() |
Integer |
getMaxLength() |
Integer |
getMinLength() |
String |
getName() |
Boolean |
getReadonly() |
String |
getType() |
void |
mergeInto(MetaProperty prop) |
void |
setDenied(Boolean denied) |
void |
setHidden(Boolean hidden) |
void |
setMandatory(String mandatory) |
void |
setMaxLength(Integer maxLength) |
void |
setMinLength(Integer minLength) |
void |
setName(String name) |
void |
setReadonly(Boolean readonly) |
void |
setType(String type) |
addValidator, getFeature, getFeatures, getValidators, mergeFeaturesInto, putFeature, removeFeature, setFeatures, setValidators
public String getName()
public void setName(String name)
public String getMandatory()
public void setMandatory(String mandatory)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public Boolean getReadonly()
public void setReadonly(Boolean readonly)
public Boolean getDenied()
public void setDenied(Boolean denied)
public Boolean getHidden()
public void setHidden(Boolean hidden)
public String getType()
public void setType(String type)
public void mergeInto(MetaProperty prop) throws ClassNotFoundException
ClassNotFoundException
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.