com.sap.caf.eu.gp.process.api

Interface IGPBlockStructure

All Known Subinterfaces:
IGPModifiableBlockStructure

public interface IGPBlockStructure


Method Summary
 int getIndexOf(String id)
          Return the index of an item by its id.
 IGPBlockStructureItem getItem(int index)
          Return an item by its index in the structure.
 IGPBlockStructureItem getItem(String id)
          Return an item by its id.
 int getItemCount()
          Return the number of items in the structure.
 IGPBlockStructureItem[] getItemsIterator()
          Return an array of block structure's items.
 

Method Detail

getItem

IGPBlockStructureItem getItem(int index)
Return an item by its index in the structure.

Parameters:
index - int
Returns:
IBlockStructureItemInformation

getItem

IGPBlockStructureItem getItem(String id)
Return an item by its id.

Parameters:
id - String
Returns:
IBlockStructureItemInformation

getItemCount

int getItemCount()
Return the number of items in the structure.

Returns:
int

getIndexOf

int getIndexOf(String id)
Return the index of an item by its id.

Parameters:
id - String
Returns:
int

getItemsIterator

IGPBlockStructureItem[] getItemsIterator()
Return an array of block structure's items.

Returns:
IBlockStructureItemInformation[] NOT NULL


Copyright 2009 SAP AG Complete Copyright Notice