|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup
org.jboss.metadata.rar.jboss.RaConfigPropertyMetaData
public class RaConfigPropertyMetaData
Config property meta data
Constructor Summary | |
---|---|
RaConfigPropertyMetaData()
|
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.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup |
---|
getDescriptionGroup, merge, setDescriptionGroup |
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl |
---|
clone, equals, getId, hashCode, merge, merge, setId |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RaConfigPropertyMetaData()
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 Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |