Package com.ibm.cics.model
Interface IList
-
public interface IList
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICICSObjectget(int index)intsize()
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
size
int size()
-
get
ICICSObject get(int index)
-
-