public interface MulticastTransportProtocol
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MulticastTransportProtocol.LeafIdentifier
Identify the leaf of MulticastTransportProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ipv4()
Returns the attribute ipv4.
|
void |
ipv4(boolean ipv4)
Sets the attribute ipv4.
|
boolean |
ipv6()
Returns the attribute ipv6.
|
void |
ipv6(boolean ipv6)
Sets the attribute ipv6.
|
boolean |
isLeafValueSet(MulticastTransportProtocol.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
boolean ipv4()
boolean ipv6()
BitSet valueLeafFlags()
void ipv4(boolean ipv4)
ipv4 - value of ipv4void ipv6(boolean ipv6)
ipv6 - value of ipv6boolean isLeafValueSet(MulticastTransportProtocol.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.