hla.rti1516.jlc.omt
Class OmtHLAlogicalTime

java.lang.Object
  extended by hla.rti1516.jlc.omt.AbstractDataElement
      extended by hla.rti1516.jlc.omt.OmtHLAlogicalTime
All Implemented Interfaces:
DataElement, HLAlogicalTime

public class OmtHLAlogicalTime
extends AbstractDataElement
implements HLAlogicalTime


Constructor Summary
OmtHLAlogicalTime()
           
OmtHLAlogicalTime(byte[] bytes)
           
OmtHLAlogicalTime(LogicalTime logicalTime)
           
 
Method Summary
 void decode(ByteWrapper byteWrapper)
          Decodes this element from the ByteWrapper.
 void encode(ByteWrapper byteWrapper)
          Encodes this element into the specified ByteWrapper.
 boolean equals(java.lang.Object obj)
          
 byte get(int index)
           
 int getEncodedLength()
          Returns the size in bytes of this element's encoding.
 int getOctetBoundary()
          Returns the octet boundary of this element.
 byte[] getValue()
           
 int hashCode()
          
 java.util.Iterator iterator()
           
 int size()
           
 
Methods inherited from class hla.rti1516.jlc.omt.AbstractDataElement
toByteArray
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hla.rti1516.jlc.DataElement
toByteArray
 

Constructor Detail

OmtHLAlogicalTime

public OmtHLAlogicalTime()

OmtHLAlogicalTime

public OmtHLAlogicalTime(byte[] bytes)

OmtHLAlogicalTime

public OmtHLAlogicalTime(LogicalTime logicalTime)
Method Detail

size

public int size()
Specified by:
size in interface HLAlogicalTime

get

public byte get(int index)
Specified by:
get in interface HLAlogicalTime

iterator

public java.util.Iterator iterator()
Specified by:
iterator in interface HLAlogicalTime

encode

public void encode(ByteWrapper byteWrapper)
Description copied from interface: DataElement
Encodes this element into the specified ByteWrapper.

Specified by:
encode in interface DataElement
Specified by:
encode in interface HLAlogicalTime

decode

public void decode(ByteWrapper byteWrapper)
Description copied from interface: DataElement
Decodes this element from the ByteWrapper.

Specified by:
decode in interface DataElement
Specified by:
decode in interface HLAlogicalTime

getEncodedLength

public int getEncodedLength()
Description copied from interface: DataElement
Returns the size in bytes of this element's encoding.

Specified by:
getEncodedLength in interface DataElement
Specified by:
getEncodedLength in interface HLAlogicalTime
Returns:
size

getOctetBoundary

public int getOctetBoundary()
Description copied from interface: DataElement
Returns the octet boundary of this element.

Specified by:
getOctetBoundary in interface DataElement
Specified by:
getOctetBoundary in interface HLAlogicalTime
Returns:

getValue

public byte[] getValue()
Specified by:
getValue in interface HLAlogicalTime

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object