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