Package com.axemble.vdoc.sdk.interfaces
Interface IOptionList
- All Superinterfaces:
- IDeletionSupport,- IElement,- IList,- Serializable
- All Known Implementing Classes:
- PortalOptionList
The option list interface
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA key, value couple object.Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IListIList.IType
- 
Method SummaryModifier and TypeMethodDescriptionCollection<? extends IOptionList.IOption> Gets the collection of options.voidCreates or updates an optionvoidsetOptions(Collection<IOptionList.IOption> options) Sets the collection of options.Methods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupportdeleteMethods 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- 
getOptionsCollection<? extends IOptionList.IOption> getOptions()Gets the collection of options.- Returns:
- A collection of IOptionList.IOptionobjects.
 
- 
setOptionsSets the collection of options.- Parameters:
- options- The collection of- IOptionList.IOptionobjects.
 
- 
setOptionCreates or updates an option- Parameters:
- key- : if the key exists, the value will be updated, else it will be created
- language- : the language to modify
- value- : the value of the option to set
 
 
-