|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAupdateType
Update type to be used for sending attributes.
| Field Summary | |
static HLAupdateType |
Conditional
Enumerator #2. |
static HLAupdateType |
NA
Enumerator #3. |
static HLAupdateType |
Periodic
Enumerator #1. |
static HLAupdateType |
Static
Enumerator #0. |
private int |
value
The value of the instance. |
| Constructor Summary | |
|
HLAupdateType()
Default constructor (Static). |
|
HLAupdateType(HLAupdateType other)
Copy constructor. |
private |
HLAupdateType(int pValue)
Private constructor. |
| Method Summary | |
static HLAupdateType |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAupdateType from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAupdateType to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAupdateType for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAupdateType. |
java.lang.String |
toString()
Returns a string representation of this HLAupdateType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAupdateType Static
public static final HLAupdateType Periodic
public static final HLAupdateType Conditional
public static final HLAupdateType NA
private int value
| Constructor Detail |
public HLAupdateType()
public HLAupdateType(HLAupdateType other)
other - the other HLAupdateType to copyprivate HLAupdateType(int pValue)
pValue - the instance value| Method Detail |
public static HLAupdateType decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurspublic boolean equals(java.lang.Object other)
other - the other HLAupdateType
true if the two enumerated types are equal,
false otherwisepublic int hashCode()
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||