hla.rti1516
Class ServiceGroup
java.lang.Object
hla.rti1516.ServiceGroup
- All Implemented Interfaces:
- java.io.Serializable
public final class ServiceGroup
- extends java.lang.Object
- implements java.io.Serializable
An enumerated type (not a Java Enumeration!)
- See Also:
RTIambassador.normalizeServiceGroup(hla.rti1516.ServiceGroup),
Serialized Form
|
Method Summary |
boolean |
equals(java.lang.Object otherServiceGroupValue)
Allows comparison with other instance of same type. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
FEDERATION_MANAGEMENT
public static final ServiceGroup FEDERATION_MANAGEMENT
DECLARATION_MANAGEMENT
public static final ServiceGroup DECLARATION_MANAGEMENT
OBJECT_MANAGEMENT
public static final ServiceGroup OBJECT_MANAGEMENT
OWNERSHIP_MANAGEMENT
public static final ServiceGroup OWNERSHIP_MANAGEMENT
TIME_MANAGEMENT
public static final ServiceGroup TIME_MANAGEMENT
DATA_DISTRIBUTION_MANAGEMENT
public static final ServiceGroup DATA_DISTRIBUTION_MANAGEMENT
SUPPORT_SERVICES
public static final ServiceGroup SUPPORT_SERVICES
ServiceGroup
public ServiceGroup(ServiceGroup otherServiceGroupValue)
- This is the only public constructor. Each user-defined instance of a
ServiceGroup must be initialized with one of the defined static values.
- Parameters:
otherServiceGroupValue - must be a defined static value or another instance.
ServiceGroup
ServiceGroup(int value)
throws RTIinternalError
- Throws:
RTIinternalError
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- String with value "ServiceGroup(n)" where n is value
equals
public boolean equals(java.lang.Object otherServiceGroupValue)
- Allows comparison with other instance of same type.
- Overrides:
equals in class java.lang.Object
- Returns:
- true if supplied object is of type ServiceGroup and has same
value; false otherwise
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object