|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ka2ddo.opentrac.OpenTracElement
org.ka2ddo.opentrac.OpenTracCountryCode
public class OpenTracCountryCode
This class represents an OpenTRAC element containing the ISO 3166-1 country code (two characters), and an optional ISO 3166-2 country subdivision code.
Field Summary |
---|
Fields inherited from class org.ka2ddo.opentrac.OpenTracElement |
---|
id |
Constructor Summary | |
---|---|
OpenTracCountryCode()
Create an uninitialized OpenTRAC COUNTRYCODE element. |
|
OpenTracCountryCode(int type,
byte[] body,
int offset,
int length)
Create an OpenTRAC COUNTRYCODE element from the next series of bytes in an encoded OpenTRAC message. |
|
OpenTracCountryCode(java.lang.String country)
Create an OpenTRAC COUNTRYCODE element with the specified country code. |
Method Summary | |
---|---|
int |
computeBody(byte[] buf,
int offset)
Append this element to a message buffer |
boolean |
equals(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 |
valueString()
Get the string representation of the value of this element. |
Methods inherited from class org.ka2ddo.opentrac.OpenTracElement |
---|
getId, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpenTracCountryCode()
public OpenTracCountryCode(int type, byte[] body, int offset, int length)
type
- OpenTRAC element type codebody
- byte array containing the encoded OpenTRAC elementsoffset
- starting index in the array where this element beginslength
- remaining number of bytes in the OpenTRAC encoded messagepublic OpenTracCountryCode(java.lang.String country)
country
- ISO 3166-1 country code 2-character stringMethod Detail |
---|
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 element
public int length()
length
in class OpenTracElement
public boolean equals(OpenTracElement other)
equals
in class OpenTracElement
other
- OpenTracElement to compare against this element
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |