|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgIVRType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgIVRType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgIVRType | |
---|---|
CfgIVRType |
CfgIVR.getType()
Type of this IVR. |
CfgIVRType |
CfgDeltaIVR.getType()
Type of this IVR. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgIVRType | |
---|---|
void |
CfgIVR.setType(CfgIVRType value)
Type of this IVR. |
Uses of CfgIVRType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgIVRType | |
---|---|
CfgIVRType |
CfgIVRQuery.getType()
Type of the IVR (see type
CfgIVRType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgIVRType | |
---|---|
void |
CfgIVRQuery.setType(CfgIVRType value)
Type of the IVR (see type
CfgIVRType
). |
Uses of CfgIVRType in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgIVRType | |
---|---|
static CfgIVRType |
CfgIVRType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgIVRType |
CfgIVRType.valueOf(java.lang.String name)
Returns enumeration value with specified name or null if no such value exists. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgIVRType | |
---|---|
static java.util.Collection<CfgIVRType> |
CfgIVRType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |