org.enhydra.jawe.wfmopen
Class PropertyList
java.lang.Object
org.enhydra.shark.xpdl.XMLElement
org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex
org.enhydra.shark.xpdl.XMLCollection
org.enhydra.jawe.wfmopen.PropertyList
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class PropertyList
- extends org.enhydra.shark.xpdl.XMLCollection
- See Also:
- Serialized Form
Fields inherited from class org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex |
cachesInitialized, elementMap, elements |
Fields inherited from class org.enhydra.shark.xpdl.XMLElement |
isReadOnly, listeners, notifyListeners, notifyMainListeners, originalElementHashCode, parent, value |
Method Summary |
boolean |
add(int no,
org.enhydra.shark.xpdl.XMLElement el)
|
void |
add(org.enhydra.shark.xpdl.XMLElement el)
|
void |
createStructure(java.util.List props)
|
org.enhydra.shark.xpdl.XMLElement |
generateNewElement()
|
protected org.enhydra.shark.xpdl.XMLElement |
removeElement(int no)
|
boolean |
reposition(org.enhydra.shark.xpdl.XMLElement el,
int newPos)
|
void |
setValue(java.lang.String v)
|
Methods inherited from class org.enhydra.shark.xpdl.XMLCollection |
addAll, checkRepositioning, clear, clearCaches, clone, containsElement, getCollectionElement, indexOf, initCaches, isEmpty, makeAs, remove, remove, removeAll |
Methods inherited from class org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex |
contains, equals, get, setNotifyListeners, setNotifyMainListeners, setReadOnly, size, toElementMap, toElements |
Methods inherited from class org.enhydra.shark.xpdl.XMLElement |
addListener, createInfo, getListeners, getMainElement, getOriginalElementHashCode, getParent, isMainElement, isReadOnly, isRequired, notifyListeners, notifyMainListeners, removeListener, setParent, toName, toValue |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyList
public PropertyList(ImplementationExtendedAttribute iea)
createStructure
public void createStructure(java.util.List props)
setValue
public void setValue(java.lang.String v)
- Overrides:
setValue
in class org.enhydra.shark.xpdl.XMLBaseForCollectionAndComplex
add
public void add(org.enhydra.shark.xpdl.XMLElement el)
- Overrides:
add
in class org.enhydra.shark.xpdl.XMLCollection
add
public boolean add(int no,
org.enhydra.shark.xpdl.XMLElement el)
- Overrides:
add
in class org.enhydra.shark.xpdl.XMLCollection
removeElement
protected org.enhydra.shark.xpdl.XMLElement removeElement(int no)
- Overrides:
removeElement
in class org.enhydra.shark.xpdl.XMLCollection
reposition
public boolean reposition(org.enhydra.shark.xpdl.XMLElement el,
int newPos)
- Overrides:
reposition
in class org.enhydra.shark.xpdl.XMLCollection
generateNewElement
public org.enhydra.shark.xpdl.XMLElement generateNewElement()
- Specified by:
generateNewElement
in class org.enhydra.shark.xpdl.XMLCollection