- All Superinterfaces:
Serializable
public interface TransportationTypeHandle
extends Serializable
Type-safe handle for a transportation type. Generally these are created by the
RTI and passed to the user.
-
Method Summary
void
encode(byte[] buffer,
int offset)
int
boolean
int
-
Method Details
-
equals
boolean equals(Object otherTransportationTypeHandle)
- Overrides:
equals in class Object
- Returns:
- true if this refers to the same transportation type as other handle
-
hashCode
int hashCode()
- Overrides:
hashCode in class Object
- Returns:
- int. All instances that refer to the same transportation type should return the
same hashcode.
-
encodedLength
int encodedLength()
-
encode
void encode(byte[] buffer,
int offset)
-