|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAobjectClassBasedCount
Object class and count of associated items
| Field Summary | |
private int |
HLAcount
Number of items. |
private byte[] |
HLAobjectClass
Encoded object class handle. |
| Constructor Summary | |
HLAobjectClassBasedCount()
Default constructor. |
|
HLAobjectClassBasedCount(byte[] pHLAobjectClass,
int pHLAcount)
Constructor. |
|
HLAobjectClassBasedCount(HLAobjectClassBasedCount other)
Copy constructor. |
|
| Method Summary | |
static HLAobjectClassBasedCount |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAobjectClassBasedCount from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAobjectClassBasedCount to the specified stream. |
int |
getHLAcount()
Returns the value of the HLAcount field. |
byte[] |
getHLAobjectClass()
Returns the value of the HLAobjectClass field. |
void |
setHLAcount(int pHLAcount)
Sets the value of the HLAcount field. |
void |
setHLAobjectClass(byte[] pHLAobjectClass)
Sets the value of the HLAobjectClass field. |
java.lang.String |
toString()
Returns a string representation of this HLAobjectClassBasedCount. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private byte[] HLAobjectClass
private int HLAcount
| Constructor Detail |
public HLAobjectClassBasedCount()
public HLAobjectClassBasedCount(byte[] pHLAobjectClass,
int pHLAcount)
pHLAobjectClass - the value of the HLAobjectClass fieldpHLAcount - the value of the HLAcount fieldpublic HLAobjectClassBasedCount(HLAobjectClassBasedCount other)
other - the other HLAobjectClassBasedCount to copy| Method Detail |
public static HLAobjectClassBasedCount 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 setHLAobjectClass(byte[] pHLAobjectClass)
pHLAobjectClass - the new value for the fieldpublic byte[] getHLAobjectClass()
public void setHLAcount(int pHLAcount)
pHLAcount - the new value for the fieldpublic int getHLAcount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||