public class CallDetailTextLines
extends java.lang.Object
| Constructor and Description |
|---|
CallDetailTextLines(com.ptc.pfc.pfcDetail.DetailTextLines lines) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallDetailTextLine line) |
void |
clear() |
static CallDetailTextLines |
create() |
CallDetailTextLine |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcDetail.DetailTextLines |
getLines() |
void |
insert(int idx,
CallDetailTextLine line) |
public CallDetailTextLines(com.ptc.pfc.pfcDetail.DetailTextLines lines)
public static CallDetailTextLines create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallDetailTextLine line) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void insert(int idx,
CallDetailTextLine line)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailTextLine get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void clear()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDetail.DetailTextLines getLines()