Package com.axemble.vdoc.sdk.interfaces
Interface IList
- All Superinterfaces:
IElement
,Serializable
- All Known Subinterfaces:
IExternalList
,IOptionList
,IStringList
,IXmlList
- All Known Implementing Classes:
PortalList
,PortalOptionList
The base list interface
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Nested Class Summary
-
Method Summary
-
Method Details
-
getName
String getName()Gets the name of the list.- Returns:
- a String object.
-
getLabel
String getLabel()Gets the label of the list.- Returns:
- a String object.
-
getDescription
String getDescription()- Returns:
- The description of the list
-
getType
int getType()Gets the type of the list- Returns:
- a int value (@see IType)
-