public interface IMultiValue
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
IList |
list()
List of values.
|
void |
list(IList pVal)
List of values.
|
Object |
list(int index) |
String |
text()
Text representation of values list.
|
void |
text(String pVal)
Text representation of values list.
|
String text()
Text representation of values list. Items are separated with a semicolon.
Getter method for the COM property "Text"
void text(String pVal)
Text representation of values list. Items are separated with a semicolon.
Setter method for the COM property "Text"
pVal
- Mandatory java.lang.String parameter.IList list()
List of values. Each item is the string representation of a single value.
Getter method for the COM property "List"
Object list(int index)
void list(IList pVal)
List of values. Each item is the string representation of a single value.
Setter method for the COM property "List"
pVal
- Mandatory otaclient.IList parameter.Copyright © 2020. All rights reserved.