public interface LeafSchemaNode extends TypedSchemaNode
leaf statement. The interface contains
the methods for getting the following data (substatements of
leaf statement)
typedefaultunitsThe 'leaf' statement is used to define a leaf node in the schema tree.
DocumentedNode.WithStatus| Modifier and Type | Method and Description |
|---|---|
String |
getDefault()
Returns the default value of YANG
leaf. |
String |
getUnits()
Returns the units in which are the values of the
leaf
presented. |
getTypegetConstraints, isAddedByUses, isAugmenting, isConfigurationgetPath, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodesString getDefault()
leaf.default substatement of the leaf
statementString getUnits()
leaf
presented.units
substatement of the leaf statementCopyright © 2018 OpenDaylight. All rights reserved.