|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgSubcode | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgSubcode in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgSubcode | |
---|---|
java.util.Collection<CfgSubcode> |
CfgDeltaActionCode.getAddedSubcodes()
A pointer to the list of the subcodes defined within the action code (every item of this list is structured as
CfgSubcode
). |
java.util.Collection<CfgSubcode> |
CfgDeltaActionCode.getDeletedSubcodes()
A pointer to the list of names of the subcodes that are no longer defined within this action code (every item of this list has variable type char*). |
java.util.Collection<CfgSubcode> |
CfgActionCode.getSubcodes()
A pointer to the list of the subcodes defined within the action code (every item of this list is structured as
CfgSubcode
). |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgSubcode | |
---|---|
void |
CfgActionCode.setSubcodes(java.util.Collection<CfgSubcode> value)
A pointer to the list of the subcodes defined within the action code (every item of this list is structured as
CfgSubcode
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |