public class CallDetailTexts
extends java.lang.Object
| Constructor and Description |
|---|
CallDetailTexts(com.ptc.pfc.pfcDetail.DetailTexts texts) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallDetailText text) |
static CallDetailTexts |
create() |
CallDetailText |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcDetail.DetailTexts |
getTexts() |
void |
insert(int idx,
CallDetailText text) |
public static CallDetailTexts create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallDetailText text) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void insert(int idx,
CallDetailText text)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDetailText get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcDetail.DetailTexts getTexts()