|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.xb.builder.runtime.ArrayWrapper
public class ArrayWrapper
ArrayWrapper.
Constructor Summary | |
---|---|
ArrayWrapper(Object parent,
QName elementName)
Create a new ArrayWrapper. |
Method Summary | |
---|---|
void |
add(Object obj)
Add to the array |
Object[] |
getArray(org.jboss.reflect.spi.TypeInfo propertyType)
Get the elements |
ParticleBinding |
getChildParticle()
Get the childParticle. |
QName |
getElementName()
Get the elementName. |
ArrayList<Object> |
getElements()
The elements |
Object |
getParent()
Get the parent |
ParticleBinding |
getParentParticle()
Get the parentParticle. |
void |
setChildParticle(ParticleBinding childParticle)
Set the childParticle. |
void |
setParentParticle(ParticleBinding parentParticle)
Set the parentParticle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayWrapper(Object parent, QName elementName)
parent
- the parentelementName
- the elementNameMethod Detail |
---|
public ArrayList<Object> getElements()
public Object getParent()
public QName getElementName()
public void add(Object obj)
obj
- the objectpublic ParticleBinding getChildParticle()
public void setChildParticle(ParticleBinding childParticle)
childParticle
- the childParticle.public ParticleBinding getParentParticle()
public void setParentParticle(ParticleBinding parentParticle)
parentParticle
- the parentParticle.public Object[] getArray(org.jboss.reflect.spi.TypeInfo propertyType)
propertyType
- the property type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |