|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAattributeHandleValuePair
Pairs an attribute handle with an encoded value.
| Constructor Summary | |
HLAattributeHandleValuePair()
Default constructor. |
|
HLAattributeHandleValuePair(HLAattributeHandleValuePair other)
Copy constructor. |
|
HLAattributeHandleValuePair(long pAttributeHandle,
byte[] pValue)
Constructor. |
|
| Method Summary | |
static HLAattributeHandleValuePair |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAattributeHandleValuePair from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAattributeHandleValuePair to the specified stream. |
long |
getAttributeHandle()
Returns the value of the attributeHandle field. |
byte[] |
getValue()
Returns the value of the value field. |
void |
setAttributeHandle(long pAttributeHandle)
Sets the value of the attributeHandle field. |
void |
setValue(byte[] pValue)
Sets the value of the value field. |
java.lang.String |
toString()
Returns a string representation of this HLAattributeHandleValuePair. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HLAattributeHandleValuePair()
public HLAattributeHandleValuePair(long pAttributeHandle,
byte[] pValue)
pAttributeHandle - the value of the attributeHandle fieldpValue - the value of the value fieldpublic HLAattributeHandleValuePair(HLAattributeHandleValuePair other)
other - the other HLAattributeHandleValuePair to copy| Method Detail |
public static HLAattributeHandleValuePair decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurs
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the output stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
public void setAttributeHandle(long pAttributeHandle)
pAttributeHandle - the new value for the fieldpublic long getAttributeHandle()
public void setValue(byte[] pValue)
pValue - the new value for the fieldpublic byte[] getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||