public class CompoundDataElementImpl extends CompoundDataElement
The implementation of compound data element which keeps the parts in an ArrayList.
attributes| Constructor and Description |
|---|
CompoundDataElementImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPart(DataElement part)
Adds a part to the compound data element.
|
void |
destroy() |
List<DataElement> |
getParts() |
getContentdeleteAttribute, getAllAttributes, getAttributeValue, getContentType, getId, setAttribute, setContentType, setIdpublic void addPart(DataElement part)
part - The part to be added.public List<DataElement> getParts()
getParts in class CompoundDataElementCompoundDataElement.getParts()public void destroy()
destroy in class DataElementCopyright © 2014. All Rights Reserved.