|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Property>
com.ibm.di.entry.PropertyMap
public class PropertyMap
| Field Summary | |
|---|---|
protected static String |
COPYRIGHT
|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Method Summary | |
|---|---|
void |
add(int pos,
Property prop)
Adds the prop object at the specified position if its type is Property otherwise nothing is added. |
boolean |
add(Property prop)
Adds the prop object if its type is Property otherwise nothing is added |
boolean |
addAll(Collection<? extends Property> arg0)
Adds only the Property objects to this PropertyMap |
boolean |
addAll(int pos,
Collection<? extends Property> colection)
Adds only the Property objects to this PropertyMap, starting from the specified position. |
PropertyMap |
cloneMap(Attribute owner)
Clones the PropertyMap and all the Property objects in it. |
int |
getLength()
|
Property |
getNamedItem(String name)
Looks up a Property using the specified qualified name. |
Property |
getNamedItemNS(String namespaceURI,
String localName)
Looks up a Property using the specified namespace URI and localName. |
Property |
item(int index)
|
Property |
removeNamedItem(String name)
Removes the Property referenced by the given qualified name |
Property |
removeNamedItemNS(String namespaceURI,
String localName)
Removes the Property referenced by the given namespace URI and localName |
Property |
setNamedItem(Node property)
Adds a Property using its nodeName attribute. |
Property |
setNamedItemNS(Node property)
Adds a node using its namespaceURI and localName. |
| Methods inherited from class java.util.ArrayList |
|---|
clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Field Detail |
|---|
protected static final String COPYRIGHT
| Method Detail |
|---|
public int getLength()
getLength in interface NamedNodeMappublic Property getNamedItem(String name)
getNamedItem in interface NamedNodeMap
public Property getNamedItemNS(String namespaceURI,
String localName)
throws DOMException
getNamedItemNS in interface NamedNodeMapDOMExceptionpublic Property item(int index)
item in interface NamedNodeMap
public Property removeNamedItem(String name)
throws DOMException
removeNamedItem in interface NamedNodeMapDOMException
public Property removeNamedItemNS(String namespaceURI,
String localName)
throws DOMException
removeNamedItemNS in interface NamedNodeMapDOMException
public Property setNamedItem(Node property)
throws DOMException
setNamedItem in interface NamedNodeMapproperty - A node to store in a named node map.
DOMException
public Property setNamedItemNS(Node property)
throws DOMException
setNamedItemNS in interface NamedNodeMapproperty - A node to store in a named node map.
DOMExceptionpublic PropertyMap cloneMap(Attribute owner)
owner - - the Attribute object that will be set as the owner of the
newly created Properties
public void add(int pos,
Property prop)
add in interface List<Property>add in class ArrayList<Property>public boolean add(Property prop)
add in interface Collection<Property>add in interface List<Property>add in class ArrayList<Property>public boolean addAll(Collection<? extends Property> arg0)
addAll in interface Collection<Property>addAll in interface List<Property>addAll in class ArrayList<Property>
public boolean addAll(int pos,
Collection<? extends Property> colection)
addAll in interface List<Property>addAll in class ArrayList<Property>
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||