public static enum BizParamConfigMBean.OfferEligibilitySelectionMode extends java.lang.Enum<BizParamConfigMBean.OfferEligibilitySelectionMode>
| Enum Constant and Description |
|---|
END_TIME
Offers will be selected only if their end time is after the session end
|
PERIOD
Offers will be selected as long as they can rate atleast some portion of the session
|
START_TIME
Offers will be selected only if their start time is before the session end
|
| Modifier and Type | Method and Description |
|---|---|
static BizParamConfigMBean.OfferEligibilitySelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BizParamConfigMBean.OfferEligibilitySelectionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BizParamConfigMBean.OfferEligibilitySelectionMode PERIOD
public static final BizParamConfigMBean.OfferEligibilitySelectionMode END_TIME
public static final BizParamConfigMBean.OfferEligibilitySelectionMode START_TIME
public static BizParamConfigMBean.OfferEligibilitySelectionMode[] values()
for (BizParamConfigMBean.OfferEligibilitySelectionMode c : BizParamConfigMBean.OfferEligibilitySelectionMode.values()) System.out.println(c);
public static BizParamConfigMBean.OfferEligibilitySelectionMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null