org.qedeq.kernel.se.base.module
Interface SectionList

All Known Implementing Classes:
SectionListVo

public interface SectionList

List of sections.

Version:
$Revision: 1.6 $
Author:
Michael Meyling

Method Summary
 Section get(int index)
          Get index-th element of list.
 int size()
          Get size of list.
 

Method Detail

size

int size()
Get size of list.

Returns:
List size.

get

Section get(int index)
Get index-th element of list.

Parameters:
index - Index.
Returns:
Index-th element.


Copyright © 2014. All Rights Reserved.