public final class LeafEffectiveStatementImpl extends AbstractEffectiveDataSchemaNode<LeafStatement> implements LeafSchemaNode, DerivableSchemaNode
DocumentedNode.WithStatus| Constructor and Description |
|---|
LeafEffectiveStatementImpl(StmtContext<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDefault()
Returns the default value of YANG
leaf. |
com.google.common.base.Optional<LeafSchemaNode> |
getOriginal()
If this node is added by uses, returns original node definition from
grouping where it was defined.
|
TypeDefinition<?> |
getType()
Returns type of the instance which implements
DataSchemaNode. |
String |
getUnits()
Returns the units in which are the values of the
leaf
presented. |
int |
hashCode() |
String |
toString() |
getConstraints, isAddedByUses, isAugmenting, isConfigurationgetPath, getQName, getUnknownSchemaNodesgetDescription, getReference, getStatusargument, getDeclared, getStatementSource, statementDefinitionallSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAllclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetConstraints, isAddedByUses, isAugmenting, isConfigurationgetPath, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodespublic LeafEffectiveStatementImpl(StmtContext<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> ctx)
public com.google.common.base.Optional<LeafSchemaNode> getOriginal()
DerivableSchemaNodegetOriginal in interface DerivableSchemaNodepublic TypeDefinition<?> getType()
TypedSchemaNodeDataSchemaNode.getType in interface TypedSchemaNodetype substatement
of the leaf or leaf-list statementpublic String getDefault()
LeafSchemaNodeleaf.getDefault in interface LeafSchemaNodedefault substatement of the leaf
statementpublic String getUnits()
LeafSchemaNodeleaf
presented.getUnits in interface LeafSchemaNodeunits
substatement of the leaf statementCopyright © 2018 OpenDaylight. All rights reserved.