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