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 SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IListIList.IType
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Gets the string values.voidsetValues(Collection<String> values) Deprecated.Sets the string values.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IListgetDescription, getLabel, getName, getType
- 
Method Details- 
getValuesCollection<String> getValues()Deprecated.Gets the string values.- Returns:
- A collection of String values.
 
- 
setValuesDeprecated.Sets the string values.- Parameters:
- values- A collection of String values.
 
 
-