|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.beans.metadata.plugins.AbstractFeatureMetaData
org.jboss.beans.metadata.plugins.AbstractParameterMetaData
Metadata for a parameter.
Field Summary | |
protected String |
type
The parameter type |
protected ValueMetaData |
value
The parameter value |
Fields inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData |
annotations, description |
Fields inherited from class org.jboss.util.JBossObject |
hashCode, log, toString |
Constructor Summary | |
AbstractParameterMetaData()
Create a new parameter meta data |
|
AbstractParameterMetaData(Object value)
Create a new parameter meta data |
|
AbstractParameterMetaData(String type,
Object value)
Create a new parameter meta data |
|
AbstractParameterMetaData(String type,
String value)
Create a new parameter meta data |
|
AbstractParameterMetaData(String type,
ValueMetaData value)
Create a new parameter meta data |
Method Summary | |
Iterator |
getChildren()
Return the child nodes |
String |
getType()
Get the type. |
ValueMetaData |
getValue()
Get the value. |
void |
setType(String type)
|
void |
setValue(ValueMetaData value)
|
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
Methods inherited from class org.jboss.beans.metadata.plugins.AbstractFeatureMetaData |
getAnnotations, getDescription, setAnnotations, setDescription, visit |
Methods inherited from class org.jboss.util.JBossObject |
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.beans.metadata.spi.FeatureMetaData |
getAnnotations, getDescription |
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString |
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode |
visit |
Field Detail |
protected String type
protected ValueMetaData value
Constructor Detail |
public AbstractParameterMetaData()
public AbstractParameterMetaData(Object value)
value
- the valuepublic AbstractParameterMetaData(String type, Object value)
type
- the typevalue
- the valuepublic AbstractParameterMetaData(String type, String value)
type
- the typevalue
- the string valuepublic AbstractParameterMetaData(String type, ValueMetaData value)
type
- the typevalue
- the value meta dataMethod Detail |
public String getType()
ParameterMetaData
getType
in interface ParameterMetaData
public void setType(String type)
public ValueMetaData getValue()
ParameterMetaData
getValue
in interface ParameterMetaData
public void setValue(ValueMetaData value)
public Iterator getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
getChildren
in class AbstractFeatureMetaData
public void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class AbstractFeatureMetaData
public void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString
in interface org.jboss.util.JBossInterface
toShortString
in class AbstractFeatureMetaData
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |