|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAownershipType
Ownership type to be used for sending attributes.
| Field Summary | |
static HLAownershipType |
Acquire
Enumerator #1. |
static HLAownershipType |
Divest
Enumerator #0. |
static HLAownershipType |
DivestAcquire
Enumerator #2. |
static HLAownershipType |
NoTransfer
Enumerator #3. |
private int |
value
The value of the instance. |
| Constructor Summary | |
|
HLAownershipType()
Default constructor (Divest). |
|
HLAownershipType(HLAownershipType other)
Copy constructor. |
private |
HLAownershipType(int pValue)
Private constructor. |
| Method Summary | |
static HLAownershipType |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAownershipType from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAownershipType to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAownershipType for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAownershipType. |
java.lang.String |
toString()
Returns a string representation of this HLAownershipType |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAownershipType Divest
public static final HLAownershipType Acquire
public static final HLAownershipType DivestAcquire
public static final HLAownershipType NoTransfer
private int value
| Constructor Detail |
public HLAownershipType()
public HLAownershipType(HLAownershipType other)
other - the other HLAownershipType to copyprivate HLAownershipType(int pValue)
pValue - the instance value| Method Detail |
public static HLAownershipType 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 HLAownershipType
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 | |||||||||