|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectits.backbone.frame.ItsFrameType
Encapsulates ITS Frame Type, allowing only valid numerical types to be used.
| Field Summary | |
static short |
BAP_DATA
Frame contains speed or AVL data in BAP format (used in SWIFT project, this is treated differently from DATA for historical reasons). |
static short |
CONTROL
Frame contains control information. |
static short |
DATA
Frame contains data. |
static short |
DICTIONARY
Frame contains data dictionary. |
static short |
EXTRACTOR
Frame contains the binary java extractor |
static short |
FLOWTYPE
Frame contains a numerical flow type (used before Self-Defining Data was realized). |
static short |
PAGING_DATA
Frame contains paging data in SEIKO Message Watch format, i.e. phone numbers and message text (used in SWIFT project, this is treated differently from DATA for historical reasons). |
static short |
REPLY
Frame contains a server reply to a client request. |
static short |
REQUEST
Frame contains a request from client to server. |
static short |
SCHEMA
Frame contains a Self-Defining Data schema. |
static short |
SCHEMA_CONTENTS
Frame contains contents from a Self-Defining Data schema. |
| Constructor Summary | |
ItsFrameType(short newType)
Construct a new ItsFrameType instance using the supplied type. |
|
| Method Summary | |
short |
toShort()
Returns the numerical value of the type. |
java.lang.String |
toString()
Returns a string representation of the type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final short DATA
public static final short DICTIONARY
public static final short CONTROL
public static final short BAP_DATA
public static final short PAGING_DATA
public static final short REQUEST
public static final short REPLY
public static final short SCHEMA
public static final short SCHEMA_CONTENTS
public static final short FLOWTYPE
public static final short EXTRACTOR
| Constructor Detail |
public ItsFrameType(short newType)
| Method Detail |
public short toShort()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||