|
||||||||||
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.AbstractSupplyMetaData
public class AbstractSupplyMetaData
A supply.
Field Summary | |
---|---|
protected Object |
supply
The supply |
protected String |
type
The type |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, toString |
Constructor Summary | |
---|---|
AbstractSupplyMetaData()
Create a new supply |
|
AbstractSupplyMetaData(Object supply)
Create a new supply |
Method Summary | |
---|---|
AbstractSupplyMetaData |
clone()
Clone the object |
void |
describeVisit(MetaDataVisitor vistor)
Revisit the node |
boolean |
equals(Object obj)
|
Iterator<? extends MetaDataVisitorNode> |
getChildren()
Return the child nodes |
protected int |
getHashCode()
|
protected PropertyEditor |
getPropertyEditor()
|
Object |
getSupply()
Get what is supplied |
String |
getType()
Get the class type. |
void |
initialVisit(MetaDataVisitor visitor)
Visit the node |
void |
setSupply(Object supply)
Set the supply |
void |
setType(String type)
Set the class type |
void |
toShortString(org.jboss.util.JBossStringBuilder buffer)
|
void |
toString(org.jboss.util.JBossStringBuilder buffer)
|
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.util.JBossInterface |
---|
toShortString |
Field Detail |
---|
protected Object supply
protected String type
Constructor Detail |
---|
public AbstractSupplyMetaData()
public AbstractSupplyMetaData(Object supply)
supply
- the supplyMethod Detail |
---|
public void setSupply(Object supply)
supply
- the supplypublic String getType()
public void setType(String type)
type
- the typepublic Object getSupply()
SupplyMetaData
getSupply
in interface SupplyMetaData
protected PropertyEditor getPropertyEditor()
public void initialVisit(MetaDataVisitor visitor)
MetaDataVisitorNode
initialVisit
in interface MetaDataVisitorNode
visitor
- the visitorpublic void describeVisit(MetaDataVisitor vistor)
MetaDataVisitorNode
describeVisit
in interface MetaDataVisitorNode
vistor
- the visitorpublic Iterator<? extends MetaDataVisitorNode> getChildren()
MetaDataVisitorNode
getChildren
in interface MetaDataVisitorNode
public void toString(org.jboss.util.JBossStringBuilder buffer)
toString
in class org.jboss.util.JBossObject
public void toShortString(org.jboss.util.JBossStringBuilder buffer)
toShortString
in interface org.jboss.util.JBossInterface
toShortString
in class org.jboss.util.JBossObject
public boolean equals(Object obj)
equals
in class Object
protected int getHashCode()
getHashCode
in class org.jboss.util.JBossObject
public AbstractSupplyMetaData clone()
MetaDataVisitorNode
clone
in interface MetaDataVisitorNode
clone
in interface org.jboss.util.JBossInterface
clone
in class org.jboss.util.JBossObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |