|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSwitchType | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.configuration.protocol.types | This package contains classes based on the Genesys GEnum class. |
Uses of CfgSwitchType in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgSwitchType | |
---|---|
CfgSwitchType |
CfgSwitch.getType()
Type of the physical switch to which this switch belongs. |
CfgSwitchType |
CfgPhysicalSwitch.getType()
Type of this physical switch. |
CfgSwitchType |
CfgDeltaSwitch.getType()
Type of the physical switch to which this switch belongs. |
CfgSwitchType |
CfgDeltaPhysicalSwitch.getType()
Type of this physical switch. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgSwitchType | |
---|---|
void |
CfgPhysicalSwitch.setType(CfgSwitchType value)
Type of this physical switch. |
Uses of CfgSwitchType in com.genesyslab.platform.configuration.protocol.types |
---|
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgSwitchType | |
---|---|
static CfgSwitchType |
CfgSwitchType.valueOf(int ordinal)
Returns enumeration value by given ordinal number. |
static CfgSwitchType |
CfgSwitchType.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 CfgSwitchType | |
---|---|
static java.util.Collection<CfgSwitchType> |
CfgSwitchType.values()
Returns all values of the enumeration. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |