Package com.axemble.vdoc.sdk.interfaces
Interface IStringList
- All Superinterfaces:
IElement
,IList
,Serializable
Deprecated.
use IOptionList/IExternalList
The string list interface
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IList
IList.IType
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the string values.void
setValues
(Collection<String> values) Deprecated.Sets the string values.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IList
getDescription, getLabel, getName, getType
-
Method Details
-
getValues
Collection<String> getValues()Deprecated.Gets the string values.- Returns:
- A collection of String values.
-
setValues
Deprecated.Sets the string values.- Parameters:
values
- A collection of String values.
-