|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSwitchAccessCode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgSwitchAccessCode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgSwitchAccessCode | |
---|---|
java.util.Collection<CfgSwitchAccessCode> |
CfgDeltaSwitch.getAddedSwitchAccessCodes()
A pointer to the list of access codes of the switches that this switch can access (every item of this list is structured as
CfgSwitchAccessCode
). |
java.util.Collection<CfgSwitchAccessCode> |
CfgDeltaSwitch.getDeletedSwitchAccessCodes()
A pointer to the list of deleted switch access codes (every item of this list is structured as
CfgSwitchAccessCode
). |
java.util.Collection<CfgSwitchAccessCode> |
CfgSwitch.getSwitchAccessCodes()
A pointer to the list of access codes of the switches that this switch can access (every item of this list is structured as
CfgSwitchAccessCode
). |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgSwitchAccessCode | |
---|---|
void |
CfgSwitch.setSwitchAccessCodes(java.util.Collection<CfgSwitchAccessCode> value)
A pointer to the list of access codes of the switches that this switch can access (every item of this list is structured as
CfgSwitchAccessCode
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |