|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthp.opencall.media.sms.tl.Parameter
A Parameter is a Component composant
| Method Summary | |
void |
decodePDU(byte[] currentEncodedPDU,
int currentOffset)
For internal use only |
void |
encodePDU(byte[] currentEncodedPDU,
int currentOffset)
For internal use only |
int |
getSizeInByte()
For internal use only |
boolean |
isOptional()
Indicate if the parameter is optional |
boolean |
isValid()
Indicate if the parameter is set and can be accessed. |
void |
reset()
For internal use only |
void |
setCorrelatedValidation()
For internal use only |
void |
setEncodingMode(hp.opencall.media.sms.tl.EncodingMode anEncodingMode,
int aSize)
For internal use only |
void |
setOptional()
For internal use only |
String |
toString()
Dump a Parameter as a String This method is supply for debug only because of performance topic. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public void setEncodingMode(hp.opencall.media.sms.tl.EncodingMode anEncodingMode,
int aSize)
public void setOptional()
public boolean isOptional()
public boolean isValid()
public void setCorrelatedValidation()
public void encodePDU(byte[] currentEncodedPDU,
int currentOffset)
throws PDUException
PDUExceptionpublic void reset()
public void decodePDU(byte[] currentEncodedPDU,
int currentOffset)
throws PDUException
PDUException
public int getSizeInByte()
throws PDUException
PDUExceptionpublic String toString()
This method is supply for debug only because of performance topic.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||