JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.polarion.subterra.base.data.model
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 Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
IType
getItemType
()
String
getListTypeId
()
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
()