public class OpenTracNull extends OpenTracElement
OpenTracTypes.OPENTRAC_EMERGENCY
,
Serialized Formid
Constructor and Description |
---|
OpenTracNull()
Create an uninitialized null OpenTracElement,
|
OpenTracNull(int type)
Create a OpenTracNull element with the specified field type.
|
Modifier and Type | Method and Description |
---|---|
int |
computeBody(byte[] buf,
int offset)
Append this element to a message buffer
|
boolean |
equalsElement(OpenTracElement other)
Test if this OpenTracElement has the same type and value as another OpenTracElement.
|
int |
length()
Return the number of bytes needed to encode this element.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
java.lang.String |
valueString()
Get the string representation of the value of this element.
|
getId
public OpenTracNull()
public OpenTracNull(int type)
type
- OpenTRAC type codepublic java.lang.String toString()
toString
in class OpenTracElement
public java.lang.String valueString()
valueString
in class OpenTracElement
public int computeBody(byte[] buf, int offset)
computeBody
in class OpenTracElement
buf
- byte array to add the element tooffset
- starting index to store the elementpublic int length()
length
in class OpenTracElement
public boolean equalsElement(OpenTracElement other)
equalsElement
in class OpenTracElement
other
- OpenTracElement to compare against this element