|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.GEnum
com.genesyslab.platform.outbound.protocol.outboundserver.DialMode
public class DialMode
Dial mode for the campaign.
Field Summary | |
---|---|
static DialMode |
NoDialMode
No dial mode |
static DialMode |
Power
Power dialing mode |
static DialMode |
PowerAndSeize
Power and seize dialing mode |
static DialMode |
PowerGVP
Power GVP dialing mode |
static DialMode |
Predict
Predict dialing mode |
static DialMode |
PredictAndSeize
Predict and seize dialing mode |
static DialMode |
PredictGVP
Predict GVP dialing mode |
static DialMode |
Preview
Preview dialing mode |
static DialMode |
Progress
Progress dialing mode |
static DialMode |
ProgressAndSeize
Progress and seize dialing mode |
static DialMode |
ProgressGVP
Progress GVP dialing mode |
static DialMode |
PushPreview
Push Preview dialing mode |
Fields inherited from class com.genesyslab.platform.commons.GEnum |
---|
LOCALE_ENGLISH |
Method Summary | |
---|---|
static DialMode |
valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static DialMode |
valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
static java.util.Collection<DialMode> |
values()
Returns all values of the enumeration. |
Methods inherited from class com.genesyslab.platform.commons.GEnum |
---|
asInteger, enumSize, equals, equals, getEnumMap, getEnumValues, getValue, getValue, getValue, hashCode, name, ordinal, toString, valueOf, valueOf, values, valuesBy |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DialMode NoDialMode
public static final DialMode Predict
public static final DialMode Progress
public static final DialMode Preview
public static final DialMode ProgressAndSeize
public static final DialMode PredictAndSeize
public static final DialMode Power
public static final DialMode PowerAndSeize
public static final DialMode PushPreview
public static final DialMode ProgressGVP
public static final DialMode PredictGVP
public static final DialMode PowerGVP
Method Detail |
---|
public static java.util.Collection<DialMode> values()
public static DialMode valueOf(int ordinal)
ordinal
- ordinal number of the enumeration value
public static DialMode valueOf(java.lang.String name)
name
- name of value in the enumeration
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |