Interface INamedListValue
-
- All Superinterfaces:
com4j.Com4jObject
- All Known Subinterfaces:
INamedListValue1
public interface INamedListValue extends com4j.Com4jObject
A list of values with a collective name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
Returns the name of the value list.IList
values()
Returns the list of values.java.lang.Object
values(int index)
-
-
-
Method Detail
-
name
java.lang.String name()
Returns the name of the value list.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
values
IList values()
Returns the list of values.
Getter method for the COM property "Values"
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
values
java.lang.Object values(int index)
-
-