Cool documentation

com.sap.tc.col.client.generic.api
Interface IStructureList

All Superinterfaces:
java.util.Collection, java.util.List

public interface IStructureList
extends java.util.List

represents an interface for a list of Structures.

A StructureList contains only Structure objects of the same type ( same StructureDescriptor ). The methods, which insert Structures to the StructureList check this type consistency.

Cause IStructure is a ICMIModelClass the IStructureList extends the ICMIModelObjectCollection interface.


Method Summary
 IStructureDescriptor getDescriptor()
          returns the meta data of the Structures, this list contains.
 IStructure getStructure(int index)
          returns the Structure at the specified position
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

getDescriptor

public IStructureDescriptor getDescriptor()
returns the meta data of the Structures, this list contains.

Returns:
IStructureDescriptor the meta data of the Structures, this list contains.


getStructure

public IStructure getStructure(int index)
returns the Structure at the specified position
Parameters:
index - the position of the Structure to get
Returns:
IStructure the Structure at the specified position

Cool documentation

Copyright © 2002 SAP AG. Automatically generated Thu Mar 3 2005, 21:55