public interface Association
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Association.LeafIdentifier
Identify the leaf of Association.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
globalSource()
Returns the attribute globalSource.
|
void |
globalSource(IpAddress globalSource)
Sets the attribute globalSource.
|
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Association.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends BidirProvisioningMode> |
provisioing()
Returns the attribute provisioing.
|
void |
provisioing(Class<? extends BidirProvisioningMode> provisioing)
Sets the attribute provisioing.
|
IpAddress |
source()
Returns the attribute source.
|
void |
source(IpAddress source)
Sets the attribute source.
|
Class<? extends BidirAssociationType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends BidirAssociationType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int id()
IpAddress source()
IpAddress globalSource()
Class<? extends BidirAssociationType> type()
Class<? extends BidirProvisioningMode> provisioing()
BitSet valueLeafFlags()
void id(int id)
id - value of idvoid source(IpAddress source)
source - value of sourcevoid globalSource(IpAddress globalSource)
globalSource - value of globalSourcevoid type(Class<? extends BidirAssociationType> type)
type - value of typevoid provisioing(Class<? extends BidirProvisioningMode> provisioing)
provisioing - value of provisioingboolean isLeafValueSet(Association.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.