|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.DescriptionMetaDataContainer org.jboss.resource.metadata.ConfigPropertyMetaData
Config property meta data
Constructor Summary | |
ConfigPropertyMetaData()
|
Method Summary | |
String |
getName()
Get the name |
String |
getType()
Get the type |
String |
getValue()
Get the value |
void |
setName(String name)
Set the name |
void |
setType(String type)
Set the type |
void |
setValue(String value)
Set the value |
String |
toString()
|
Methods inherited from class org.jboss.resource.metadata.DescriptionMetaDataContainer |
addDescription, getDescription, getDescription, getDescriptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigPropertyMetaData()
Method Detail |
public String getName()
public void setName(String name)
name
- the namepublic String getType()
public void setType(String type)
type
- the typepublic String getValue()
public void setValue(String value)
value
- the valuepublic String toString()
toString
in class DescriptionMetaDataContainer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |