| java.lang.Object org.enhydra.shark.xpdl.XMLElement org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex org.enhydra.shark.xpdl.XMLCollection
All known Subclasses: org.enhydra.shark.xpdl.elements.TransitionRestrictions, org.enhydra.shark.xpdl.elements.Activities, org.enhydra.shark.xpdl.elements.Applications, org.enhydra.shark.xpdl.elements.EnumerationType, org.enhydra.shark.xpdl.elements.ExtendedAttributes, org.enhydra.shark.xpdl.elements.Deadlines, org.enhydra.shark.xpdl.elements.TypeDeclarations, org.enhydra.shark.xpdl.elements.Namespaces, org.enhydra.shark.xpdl.elements.Tools, org.enhydra.shark.xpdl.elements.ActualParameters, org.enhydra.shark.xpdl.elements.Responsibles, org.enhydra.shark.xpdl.elements.RecordType, org.enhydra.shark.xpdl.elements.TransitionRefs, org.enhydra.shark.xpdl.elements.FormalParameters, org.enhydra.shark.xpdl.elements.Transitions, org.enhydra.shark.xpdl.elements.WorkflowProcesses, org.enhydra.shark.xpdl.elements.ExternalPackages, org.enhydra.shark.xpdl.elements.UnionType, org.enhydra.shark.xpdl.elements.DataFields, org.enhydra.shark.xpdl.elements.Participants, org.enhydra.shark.xpdl.elements.ActivitySets,
add | public void add(XMLElement el)(Code) | | NOTE: Method signature changed to public.
|
add | public boolean add(int no, XMLElement el)(Code) | | NOTE: Method signature changed to public.
|
clear | public void clear()(Code) | | Clears the collection.
|
clearCaches | public void clearCaches()(Code) | | |
containsElement | public boolean containsElement(String id)(Code) | | Returns true if element with given Id exists in collection.
|
generateNewElement | abstract public XMLElement generateNewElement()(Code) | | Generates the new element that made collection. Derived classes
has to implement this method to create it's collection element.
|
getCollectionElement | public XMLCollectionElement getCollectionElement(String id)(Code) | | Returns the element specified by Id attribute.
Use only if this is collection of XMLCollectionElements.
|
initCaches | public void initCaches()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | Returns true if there are no elements within collection.
|
|
|