|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ipdr.common.DescriptorElement
org.ipdr.common.CompositeDescriptorElement
public class CompositeDescriptorElement
The CompositeDescriptorElement is a structure to hold a Composite Descriptor Element. It contains a list of Descriptor Elements, the child elements of the Composite Element.
Field Summary | |
---|---|
protected java.util.ArrayList |
listDescriptorElement_
To store List of Descriptor Elements |
Fields inherited from class org.ipdr.common.DescriptorElement |
---|
attributeDerivedType_, attributeName_, attributeType_, maxOccurs_, minOccurs_ |
Constructor Summary | |
---|---|
CompositeDescriptorElement()
|
Method Summary | |
---|---|
boolean |
addDescriptorElement(DescriptorElement element)
Method to a add a Descriptor Element into the list/ |
java.util.ArrayList |
getListDescriptorElements()
Method to add get all Descriptor Elements from the list. |
Methods inherited from class org.ipdr.common.DescriptorElement |
---|
getDerivedType, getMaxOccurs, getMinOccurs, getName, getType, setDerivedType, setMaxOccurs, setMinOccurs, setName, setType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.ArrayList listDescriptorElement_
Constructor Detail |
---|
public CompositeDescriptorElement()
Method Detail |
---|
public boolean addDescriptorElement(DescriptorElement element)
public java.util.ArrayList getListDescriptorElements()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |