|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgDNInfo | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects |
Uses of CfgDNInfo in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgDNInfo | |
---|---|
java.util.Collection<CfgDNInfo> |
CfgDeltaDNGroup.getAddedDNs()
A pointer to the list of the DNs added to this group (every item of this list is structured as
CfgDNInfo
). |
java.util.Collection<CfgDNInfo> |
CfgDeltaDNGroup.getChangedDNs()
A pointer to the list of the DNs with changed numbers of trunks (every item of this list is structured as
CfgDNInfo
). |
java.util.Collection<CfgDNInfo> |
CfgDeltaDNGroup.getDeletedDNs()
A pointer to the list of identifiers of the DNs deleted from this group. |
java.util.Collection<CfgDNInfo> |
CfgDNGroup.getDNs()
A pointer to the list of the DNs that form this group (every item of this list is structured as
CfgDNInfo
). |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgDNInfo | |
---|---|
void |
CfgDNGroup.setDNs(java.util.Collection<CfgDNInfo> value)
A pointer to the list of the DNs that form this group (every item of this list is structured as
CfgDNInfo
). |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |