Interface IListType

All Superinterfaces:
IType

public interface IListType extends IType
This is UNORDERED list represented by java.util.Collection.
Version:
$Revision: 1.2 $ $Date: 2003/09/08 20:04:58 $
Author:
Stepan Roh, Polarion Software
  • Method Details

    • getListTypeId

      String getListTypeId()
      Returns:
      The name of this list type. The name is unique among all type names. The concept of list type name allows to reuse the same list type in more object attributes.
    • getItemType

      IType getItemType()