|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.metadata.AbstractMetaDataVisitorNode
org.jboss.system.metadata.ServiceAttributeMetaData
public class ServiceAttributeMetaData
ServiceAttributeMetaData.
Constructor Summary | |
---|---|
ServiceAttributeMetaData()
|
Method Summary | |
---|---|
protected void |
addChildren(Set<ServiceMetaDataVisitorNode> children)
Add to the children |
String |
getName()
Get the name. |
ServiceValueMetaData |
getValue()
Get the value. |
Object |
getValue(ServiceValueContext valueContext)
Get the value |
boolean |
isReplace()
Get the replace. |
boolean |
isTrim()
Get the trim. |
void |
setName(String name)
Set the name. |
void |
setReplace(boolean replace)
Set the replace. |
void |
setTrim(boolean trim)
Set the trim. |
void |
setValue(ServiceValueMetaData value)
Set the value. |
void |
visit(ServiceMetaDataVisitor visitor)
Visit the node |
Methods inherited from class org.jboss.system.metadata.AbstractMetaDataVisitorNode |
---|
getChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceAttributeMetaData()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name.public boolean isReplace()
public void setReplace(boolean replace)
replace
- the replace.public boolean isTrim()
public void setTrim(boolean trim)
trim
- the trim.public ServiceValueMetaData getValue()
public void setValue(ServiceValueMetaData value)
value
- the value.public Object getValue(ServiceValueContext valueContext) throws Exception
valueContext
- the value context
Exception
- for any errorpublic void visit(ServiceMetaDataVisitor visitor)
ServiceMetaDataVisitorNode
visit
in interface ServiceMetaDataVisitorNode
visit
in class AbstractMetaDataVisitorNode
visitor
- the visitorprotected void addChildren(Set<ServiceMetaDataVisitorNode> children)
AbstractMetaDataVisitorNode
addChildren
in class AbstractMetaDataVisitorNode
children
- the children
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |