public interface Network
| Modifier and Type | Interface and Description |
|---|---|
static class |
Network.LeafIdentifier
Identify the leaf of Network.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkId()
Returns the attribute networkId.
|
void |
networkId(NetworkId networkId)
Sets the attribute networkId.
|
NetworkTypes |
networkTypes()
Returns the attribute networkTypes.
|
void |
networkTypes(NetworkTypes networkTypes)
Sets the attribute networkTypes.
|
List<Node> |
node()
Returns the attribute node.
|
void |
node(List<Node> node)
Sets the attribute node.
|
List<SupportingNetwork> |
supportingNetwork()
Returns the attribute supportingNetwork.
|
void |
supportingNetwork(List<SupportingNetwork> supportingNetwork)
Sets the attribute supportingNetwork.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NetworkId networkId()
BitSet valueLeafFlags()
NetworkTypes networkTypes()
List<SupportingNetwork> supportingNetwork()
void networkId(NetworkId networkId)
networkId - value of networkIdvoid networkTypes(NetworkTypes networkTypes)
networkTypes - value of networkTypesvoid supportingNetwork(List<SupportingNetwork> supportingNetwork)
supportingNetwork - list of supportingNetworkboolean isLeafValueSet(Network.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.