Package com.wombat.mama
Class MamaSubscriptionType
- java.lang.Object
-
- com.wombat.mama.MamaSubscriptionType
-
public final class MamaSubscriptionType extends java.lang.Object
Subscription request type of a MAMA subscription. Some types of subscriptions require special handling inside MAMA or by the publisher.
-
-
Field Summary
Fields Modifier and Type Field Description static MamaSubscriptionType
BASIC
static MamaSubscriptionType
BOOK
static MamaSubscriptionType
DICTIONARY
static MamaSubscriptionType
GROUP
static MamaSubscriptionType
NORMAL
static MamaSubscriptionType
SYMBOL_LIST
static MamaSubscriptionType
SYMBOL_LIST_BOOK
static MamaSubscriptionType
SYMBOL_LIST_GROUP
static MamaSubscriptionType
SYMBOL_LIST_NORMAL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description short
getValue()
java.lang.String
toString()
-
-
-
Field Detail
-
NORMAL
public static final MamaSubscriptionType NORMAL
-
GROUP
public static final MamaSubscriptionType GROUP
-
BOOK
public static final MamaSubscriptionType BOOK
-
BASIC
public static final MamaSubscriptionType BASIC
-
DICTIONARY
public static final MamaSubscriptionType DICTIONARY
-
SYMBOL_LIST
public static final MamaSubscriptionType SYMBOL_LIST
-
SYMBOL_LIST_NORMAL
public static final MamaSubscriptionType SYMBOL_LIST_NORMAL
-
SYMBOL_LIST_GROUP
public static final MamaSubscriptionType SYMBOL_LIST_GROUP
-
SYMBOL_LIST_BOOK
public static final MamaSubscriptionType SYMBOL_LIST_BOOK
-
-