|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAinteractionCount
Count of interactions of a class.
| Constructor Summary | |
HLAinteractionCount()
Default constructor. |
|
HLAinteractionCount(byte[] pHLAinteractionClass,
int pHLAinteractionCount)
Constructor. |
|
HLAinteractionCount(HLAinteractionCount other)
Copy constructor. |
|
| Method Summary | |
static HLAinteractionCount |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAinteractionCount from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAinteractionCount to the specified stream. |
byte[] |
getHLAinteractionClass()
Returns the value of the HLAinteractionClass field. |
int |
getHLAinteractionCount()
Returns the value of the HLAinteractionCount field. |
void |
setHLAinteractionClass(byte[] pHLAinteractionClass)
Sets the value of the HLAinteractionClass field. |
void |
setHLAinteractionCount(int pHLAinteractionCount)
Sets the value of the HLAinteractionCount field. |
java.lang.String |
toString()
Returns a string representation of this HLAinteractionCount. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public HLAinteractionCount()
public HLAinteractionCount(byte[] pHLAinteractionClass,
int pHLAinteractionCount)
pHLAinteractionClass - the value of the HLAinteractionClass fieldpHLAinteractionCount - the value of the HLAinteractionCount fieldpublic HLAinteractionCount(HLAinteractionCount other)
other - the other HLAinteractionCount to copy| Method Detail |
public static HLAinteractionCount 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 setHLAinteractionClass(byte[] pHLAinteractionClass)
pHLAinteractionClass - the new value for the fieldpublic byte[] getHLAinteractionClass()
public void setHLAinteractionCount(int pHLAinteractionCount)
pHLAinteractionCount - the new value for the fieldpublic int getHLAinteractionCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||