|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.ConfigPropertyMetaDataContainer
An abstract class for meta data that have config properties
Constructor Summary | |
ConfigPropertyMetaDataContainer()
|
Method Summary | |
void |
addProperty(ConfigPropertyMetaData cpmd)
Add a property |
Collection |
getProperties()
Get the properties |
ConfigPropertyMetaData |
getProperty(String name)
Get the property for a name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConfigPropertyMetaDataContainer()
Method Detail |
public void addProperty(ConfigPropertyMetaData cpmd)
cpmd
- the propertypublic Collection getProperties()
public ConfigPropertyMetaData getProperty(String name)
name
- the name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |