|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAownership
Autogenerated enumerated data type.
| Field Summary | |
static HLAownership |
Owned
Enumerator #1. |
static HLAownership |
Unowned
Enumerator #0. |
| Constructor Summary | |
HLAownership()
Default constructor (Unowned). |
|
HLAownership(HLAownership other)
Copy constructor. |
|
| Method Summary | |
static HLAownership |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAownership from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAownership to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAownership for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAownership. |
java.lang.String |
toString()
Returns a string representation of this HLAownership |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAownership Unowned
public static final HLAownership Owned
| Constructor Detail |
public HLAownership()
public HLAownership(HLAownership other)
other - the other HLAownership to copy| Method Detail |
public static HLAownership 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 HLAownership
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 | |||||||||