Project: stp

com.ibm.rational.wvcm.stp
Class StpProperty.List<S extends StpProperty>

Object
  extended by AbstractCollection<E>
      extended by AbstractList<E>
          extended by ArrayList<S>
              extended by com.ibm.rational.wvcm.stp.StpProperty.List<S>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<S>, Collection<S>, List<S>, RandomAccess
Enclosing interface:
StpProperty<T>

public static class StpProperty.List<S extends StpProperty>
extends ArrayList<S>

A List of Properties.

See Also:
Serialized Form

Constructor Summary
StpProperty.List()
           
 
Method Summary
 boolean add(S arg0)
           
 PropertyNameList getPropertyNameList()
          Returns the names of the properties in the list
 
Methods inherited from class ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize
 
Methods inherited from class AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

StpProperty.List

public StpProperty.List()
Method Detail

add

public boolean add(S arg0)
Specified by:
add in interface Collection<S extends StpProperty>
Specified by:
add in interface List<S extends StpProperty>
Overrides:
add in class ArrayList<S extends StpProperty>

getPropertyNameList

public PropertyNameList getPropertyNameList()
Returns the names of the properties in the list

Returns:
A PropertyNameList containing a PropertyName for each element of the list.

Generated Thu 15-Aug-2013 10:38 PM

Copyright © IBM 2013. All rights reserved.