|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSolutionType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgSolutionType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgSolutionType | |
---|---|
CfgSolutionType |
CfgService.getSolutionType()
The type of the solution. |
CfgSolutionType |
CfgDeltaService.getSolutionType()
The type of the solution. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgSolutionType | |
---|---|
void |
CfgService.setSolutionType(CfgSolutionType value)
The type of the solution. |
Uses of CfgSolutionType in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgSolutionType | |
---|---|
static CfgSolutionType |
CfgSolutionType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgSolutionType |
CfgSolutionType.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 CfgSolutionType | |
---|---|
static java.util.Collection<CfgSolutionType> |
CfgSolutionType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |