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