Interface IParameterGroup
-
- All Superinterfaces:
com4j.Com4jObject
public interface IParameterGroup extends com4j.Com4jObject
Obsolete. Do not use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
id()
The ID of the group.IList
members()
The list of the IParameterGroupMembers that belong to the group.java.lang.Object
members(int index)
java.lang.String
name()
The name of the group.
-
-
-
Method Detail
-
members
IList members()
The list of the IParameterGroupMembers that belong to the group.
- Returns:
- Returns a value of type step.repository.alm.v16.otaclient.IList
-
members
java.lang.Object members(int index)
-
name
java.lang.String name()
The name of the group.
- Returns:
- Returns a value of type java.lang.String
-
id
int id()
The ID of the group.
- Returns:
- Returns a value of type int
-
-