|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgScriptType | |
---|---|
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 CfgScriptType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgScriptType | |
---|---|
CfgScriptType |
CfgScript.getType()
Type of this script. |
CfgScriptType |
CfgDeltaScript.getType()
Type of this script. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgScriptType | |
---|---|
void |
CfgScript.setType(CfgScriptType value)
Type of this script. |
Uses of CfgScriptType in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgScriptType | |
---|---|
CfgScriptType |
CfgScriptQuery.getScriptType()
Type of the script (see
CfgScriptType
). |
Methods in com.genesyslab.platform.applicationblocks.com.queries with parameters of type CfgScriptType | |
---|---|
void |
CfgScriptQuery.setScriptType(CfgScriptType value)
Type of the script (see
CfgScriptType
). |
Uses of CfgScriptType in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgScriptType | |
---|---|
static CfgScriptType |
CfgScriptType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgScriptType |
CfgScriptType.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 CfgScriptType | |
---|---|
static java.util.Collection<CfgScriptType> |
CfgScriptType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |