|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.hp.opencall.isup.common.ParmValue
| Constructor Summary | |
ParmValue()
constructor |
|
ParmValue(byte[] value)
constructor |
|
ParmValue(String aString,
long along)
Deprecated. |
|
| Method Summary | |
void |
assign(byte[] value)
|
ParmValue |
assign(String s,
long l)
Deprecated. |
byte[] |
bytesValue()
|
Object |
clone()
Clone ParmValue object |
static byte[] |
toByteArray(String value,
long l)
Copy a string like "x55x54x01x55" to a byte[] with {0x55,0x54,0x01,0x55} Methods provided for backward compatibility |
String |
toString()
return the hexadecimal value in a String format |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ParmValue()
public ParmValue(byte[] value)
value - an array of byte
public ParmValue(String aString,
long along)
| Method Detail |
public Object clone()
public String toString()
public byte[] bytesValue()
public ParmValue assign(String s,
long l)
public void assign(byte[] value)
public static byte[] toByteArray(String value,
long l)
value - l -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||