Package com.wombat.mama
Class MamaPayloadType
- java.lang.Object
-
- com.wombat.mama.MamaPayloadType
-
public class MamaPayloadType extends java.lang.Object
Class to define payload types
-
-
Field Summary
Fields Modifier and Type Field Description static char
MAMA_PAYLOAD_AVIS
AVIS Messagestatic char
MAMA_PAYLOAD_FAST
FAST Messagestatic char
MAMA_PAYLOAD_TIBRV
TIBRV Messagestatic char
MAMA_PAYLOAD_UNKNOWN
Unknown typestatic char
MAMA_PAYLOAD_V5
V5 Messagestatic char
MAMA_PAYLOAD_WOMBAT_MSG
Wombat Message
-
Constructor Summary
Constructors Constructor Description MamaPayloadType()
-
-
-
Field Detail
-
MAMA_PAYLOAD_WOMBAT_MSG
public static final char MAMA_PAYLOAD_WOMBAT_MSG
Wombat Message- See Also:
- Constant Field Values
-
MAMA_PAYLOAD_TIBRV
public static final char MAMA_PAYLOAD_TIBRV
TIBRV Message- See Also:
- Constant Field Values
-
MAMA_PAYLOAD_FAST
public static final char MAMA_PAYLOAD_FAST
FAST Message- See Also:
- Constant Field Values
-
MAMA_PAYLOAD_V5
public static final char MAMA_PAYLOAD_V5
V5 Message- See Also:
- Constant Field Values
-
MAMA_PAYLOAD_AVIS
public static final char MAMA_PAYLOAD_AVIS
AVIS Message- See Also:
- Constant Field Values
-
MAMA_PAYLOAD_UNKNOWN
public static final char MAMA_PAYLOAD_UNKNOWN
Unknown type- See Also:
- Constant Field Values
-
-