public class XMLMetaBean extends XMLFeaturesCapable
Constructor and Description |
---|
XMLMetaBean() |
Modifier and Type | Method and Description |
---|---|
void |
addBeanRef(XMLMetaBeanReference beanRelation) |
void |
addProperty(XMLMetaProperty property) |
XMLMetaBeanReference |
getBeanRef(String name) |
List<XMLMetaBeanReference> |
getBeanRefs() |
String |
getId() |
String |
getImpl() |
String |
getName() |
List<XMLMetaProperty> |
getProperties() |
XMLMetaProperty |
getProperty(String name) |
void |
putBeanRef(XMLMetaBeanReference beanRelation) |
void |
putProperty(XMLMetaProperty property) |
XMLMetaBeanReference |
removeBeanRef(String name) |
XMLMetaProperty |
removeProperty(String name) |
void |
setBeanRefs(List<XMLMetaBeanReference> beanRelations) |
void |
setId(String id) |
void |
setImpl(String impl) |
void |
setName(String name) |
void |
setProperties(List<XMLMetaProperty> properties) |
addValidator, getFeature, getFeatures, getValidators, mergeFeaturesInto, putFeature, removeFeature, setFeatures, setValidators
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getImpl()
public void setImpl(String impl)
public List<XMLMetaProperty> getProperties()
public void setProperties(List<XMLMetaProperty> properties)
public void addProperty(XMLMetaProperty property)
public void putProperty(XMLMetaProperty property)
public XMLMetaProperty removeProperty(String name)
public XMLMetaProperty getProperty(String name)
public List<XMLMetaBeanReference> getBeanRefs()
public void setBeanRefs(List<XMLMetaBeanReference> beanRelations)
public void addBeanRef(XMLMetaBeanReference beanRelation)
public void putBeanRef(XMLMetaBeanReference beanRelation)
public XMLMetaBeanReference removeBeanRef(String name)
public XMLMetaBeanReference getBeanRef(String name)
Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.