|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgRouteType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgRouteType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgRouteType | |
---|---|
CfgRouteType |
CfgSwitchAccessCode.getRouteType()
Type of routing for the target specified in targetType for this switch. |
CfgRouteType |
CfgDeltaDN.getRouteType()
Type of routing that applies to this DN. |
CfgRouteType |
CfgDelSwitchAccess.getRouteType()
|
CfgRouteType |
CfgDN.getRouteType()
Type of routing that applies to this DN. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgRouteType | |
---|---|
void |
CfgSwitchAccessCode.setRouteType(CfgRouteType value)
Type of routing for the target specified in targetType for this switch. |
void |
CfgDelSwitchAccess.setRouteType(CfgRouteType value)
|
void |
CfgDN.setRouteType(CfgRouteType value)
Type of routing that applies to this DN. |
Uses of CfgRouteType in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgRouteType | |
---|---|
static CfgRouteType |
CfgRouteType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgRouteType |
CfgRouteType.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 CfgRouteType | |
---|---|
static java.util.Collection<CfgRouteType> |
CfgRouteType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |