public interface NodeTemplate
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeTemplate.LeafIdentifier
Identify the leaf of NodeTemplate.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(NodeTemplate.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.
|
TeNodeAttributes |
teNodeAttributes()
Returns the attribute teNodeAttributes.
|
void |
teNodeAttributes(TeNodeAttributes teNodeAttributes)
Sets the attribute teNodeAttributes.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeTemplateName name()
int priority()
ReferenceChangePolicyEnum referenceChangePolicy()
BitSet valueLeafFlags()
TeNodeAttributes teNodeAttributes()
void name(TeTemplateName name)
name - value of namevoid priority(int priority)
priority - value of priorityvoid referenceChangePolicy(ReferenceChangePolicyEnum referenceChangePolicy)
referenceChangePolicy - value of referenceChangePolicyvoid teNodeAttributes(TeNodeAttributes teNodeAttributes)
teNodeAttributes - value of teNodeAttributesboolean isLeafValueSet(NodeTemplate.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.