public interface YangAutoPrefixInterface
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangAutoPrefixInterface.LeafIdentifier
Identify the leaf of YangAutoPrefixInterface.
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns the attribute description.
|
void |
description(String description)
Sets the attribute description.
|
boolean |
enabled()
Returns the attribute enabled.
|
void |
enabled(boolean enabled)
Sets the attribute enabled.
|
boolean |
isLeafValueSet(YangAutoPrefixInterface.LeafIdentifier leaf)
Checks if the leaf value is set.
|
LinkUpDownTrapEnableEnum |
linkUpDownTrapEnable()
Returns the attribute linkUpDownTrapEnable.
|
void |
linkUpDownTrapEnable(LinkUpDownTrapEnableEnum linkUpDownTrapEnable)
Sets the attribute linkUpDownTrapEnable.
|
String |
name()
Returns the attribute name.
|
void |
name(String name)
Sets the attribute name.
|
Class<? extends InterfaceType> |
type()
Returns the attribute type.
|
void |
type(Class<? extends InterfaceType> type)
Sets the attribute type.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String name()
String description()
Class<? extends InterfaceType> type()
boolean enabled()
LinkUpDownTrapEnableEnum linkUpDownTrapEnable()
BitSet valueLeafFlags()
void name(String name)
name - value of namevoid description(String description)
description - value of descriptionvoid type(Class<? extends InterfaceType> type)
type - value of typevoid enabled(boolean enabled)
enabled - value of enabledvoid linkUpDownTrapEnable(LinkUpDownTrapEnableEnum linkUpDownTrapEnable)
linkUpDownTrapEnable - value of linkUpDownTrapEnableboolean isLeafValueSet(YangAutoPrefixInterface.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.