public interface DocumentedNodeBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns description of resulting schema node
as was defined by description statement.
|
String |
getReference()
Get reference of this node.
|
org.opendaylight.yangtools.yang.model.api.Status |
getStatus()
Get status of this node.
|
void |
setDescription(String description)
Set description to this node.
|
void |
setReference(String reference)
Set reference to this node.
|
void |
setStatus(org.opendaylight.yangtools.yang.model.api.Status status)
Set status to this node.
|
String getDescription()
void setDescription(String description)
description - String getReference()
void setReference(String reference)
reference - org.opendaylight.yangtools.yang.model.api.Status getStatus()
void setStatus(org.opendaylight.yangtools.yang.model.api.Status status)
status - Copyright © 2014. All rights reserved.