public interface LinkTemplate
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LinkTemplate.LeafIdentifier
Identify the leaf of LinkTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(LinkTemplate.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeTemplateName |
name()
Returns the attribute name.
|
void |
name(TeTemplateName name)
Sets the attribute name.
|
int |
priority()
Returns the attribute priority.
|
void |
priority(int priority)
Sets the attribute priority.
|
ReferenceChangePolicyEnum |
referenceChangePolicy()
Returns the attribute referenceChangePolicy.
|
void |
referenceChangePolicy(ReferenceChangePolicyEnum referenceChangePolicy)
Sets the attribute referenceChangePolicy.
|
TeLinkAttributes |
teLinkAttributes()
Returns the attribute teLinkAttributes.
|
void |
teLinkAttributes(TeLinkAttributes teLinkAttributes)
Sets the attribute teLinkAttributes.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeTemplateName name()
int priority()
ReferenceChangePolicyEnum referenceChangePolicy()
BitSet valueLeafFlags()
TeLinkAttributes teLinkAttributes()
void name(TeTemplateName name)
name - value of namevoid priority(int priority)
priority - value of priorityvoid referenceChangePolicy(ReferenceChangePolicyEnum referenceChangePolicy)
referenceChangePolicy - value of referenceChangePolicyvoid teLinkAttributes(TeLinkAttributes teLinkAttributes)
teLinkAttributes - value of teLinkAttributesboolean isLeafValueSet(LinkTemplate.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.