public class CallIntSeq
extends java.lang.Object
| Constructor and Description |
|---|
CallIntSeq(com.ptc.cipjava.intseq seq) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(int id) |
static CallIntSeq |
create() |
int |
get(int idx) |
int |
getarraysize() |
com.ptc.cipjava.intseq |
getSeq() |
void |
set(int idx,
int id) |
public static CallIntSeq create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(int id)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int get(int idx)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void set(int idx,
int id)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.cipjava.intseq getSeq()