Package com.wombat.mama
Class MamaSubscriptionType
- java.lang.Object
-
- com.wombat.mama.MamaSubscriptionType
-
public final class MamaSubscriptionType extends java.lang.ObjectSubscription 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 MamaSubscriptionTypeBASICstatic MamaSubscriptionTypeBOOKstatic MamaSubscriptionTypeDICTIONARYstatic MamaSubscriptionTypeGROUPstatic MamaSubscriptionTypeNORMALstatic MamaSubscriptionTypeSYMBOL_LISTstatic MamaSubscriptionTypeSYMBOL_LIST_BOOKstatic MamaSubscriptionTypeSYMBOL_LIST_GROUPstatic MamaSubscriptionTypeSYMBOL_LIST_NORMAL
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetValue()java.lang.StringtoString()
-
-
-
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
-
-