|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgEnumeratorType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgEnumeratorType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgEnumeratorType | |
---|---|
CfgEnumeratorType |
CfgEnumerator.getType()
A type of the enumerator that enumerator belongs to. |
CfgEnumeratorType |
CfgDeltaEnumerator.getType()
A type of the enumerator that enumerator belongs to. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgEnumeratorType | |
---|---|
void |
CfgEnumerator.setType(CfgEnumeratorType value)
A type of the enumerator that enumerator belongs to. |
Uses of CfgEnumeratorType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgEnumeratorType | |
---|---|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTContactAttribute
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTCustom
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTGVPAlias
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTGVPCustomDefault
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTGVPCustomList
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTGVPMasterDefault
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTGVPMasterList
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTInteractionOperationalAttribute
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTMaxEnumeratorType
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTNoEnumeratorType
|
static CfgEnumeratorType |
CfgEnumeratorType.CFGENTRole
|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgEnumeratorType | |
---|---|
static CfgEnumeratorType |
CfgEnumeratorType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgEnumeratorType |
CfgEnumeratorType.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 CfgEnumeratorType | |
---|---|
static java.util.Collection<CfgEnumeratorType> |
CfgEnumeratorType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |