Package com.wombat.mama
Class MamaPayloadType
- java.lang.Object
-
- com.wombat.mama.MamaPayloadType
-
public class MamaPayloadType extends java.lang.ObjectClass to define payload types
-
-
Field Summary
Fields Modifier and Type Field Description static charMAMA_PAYLOAD_AVISAVIS Messagestatic charMAMA_PAYLOAD_FASTFAST Messagestatic charMAMA_PAYLOAD_TIBRVTIBRV Messagestatic charMAMA_PAYLOAD_UNKNOWNUnknown typestatic charMAMA_PAYLOAD_V5V5 Messagestatic charMAMA_PAYLOAD_WOMBAT_MSGWombat 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
-
-