Package step.repository.alm.otaclient
Interface INamedListValue
-
- All Superinterfaces:
com4j.Com4jObject
public interface INamedListValue extends com4j.Com4jObject
For HP use. Names List Value
-
-
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 otaclient.IList
-
values
java.lang.Object values(int index)
-
-