public interface Network
| Modifier and Type | Interface and Description |
|---|---|
static class |
Network.LeafIdentifier
Identify the leaf of Network.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(int ipAddress)
Sets the attribute ipAddress.
|
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int ipAddress()
BitSet valueLeafFlags()
void ipAddress(int ipAddress)
ipAddress - value of ipAddressboolean isLeafValueSet(Network.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.