public abstract class AbstractSchemaNodeBuilder extends AbstractBuilder implements SchemaNodeBuilder
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected org.opendaylight.yangtools.yang.common.QName |
qname |
protected String |
reference |
protected org.opendaylight.yangtools.yang.model.api.SchemaPath |
schemaPath |
protected org.opendaylight.yangtools.yang.model.api.Status |
status |
addedUnknownNodes, unknownNodes| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSchemaNodeBuilder(String moduleName,
int line,
org.opendaylight.yangtools.yang.common.QName qname) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns description of resulting schema node
as was defined by description statement.
|
org.opendaylight.yangtools.yang.model.api.SchemaPath |
getPath()
Returns schema path of resulting
SchemaNode. |
org.opendaylight.yangtools.yang.common.QName |
getQName()
Returns qname of resulting
SchemaNode. |
String |
getReference()
Get reference of this node.
|
org.opendaylight.yangtools.yang.model.api.Status |
getStatus()
Get status of this node.
|
int |
hashCode() |
void |
setDescription(String description)
Set description to this node.
|
void |
setPath(org.opendaylight.yangtools.yang.model.api.SchemaPath path)
Updates schema path to resulting
SchemaNode. |
void |
setReference(String reference)
Set reference to this node.
|
void |
setStatus(org.opendaylight.yangtools.yang.model.api.Status status)
Set status to this node.
|
addUnknownNodeBuilder, checkNotSealed, getLine, getModuleName, getParent, getUnknownNodes, setModuleName, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuildaddUnknownNodeBuilder, getLine, getModuleName, getParent, getUnknownNodes, setModuleName, setParentprotected final org.opendaylight.yangtools.yang.common.QName qname
protected org.opendaylight.yangtools.yang.model.api.SchemaPath schemaPath
protected String description
protected String reference
protected org.opendaylight.yangtools.yang.model.api.Status status
protected AbstractSchemaNodeBuilder(String moduleName, int line, org.opendaylight.yangtools.yang.common.QName qname)
public org.opendaylight.yangtools.yang.common.QName getQName()
SchemaNodeBuilderSchemaNode.getQName in interface SchemaNodeBuilderpublic org.opendaylight.yangtools.yang.model.api.SchemaPath getPath()
SchemaNodeBuilderSchemaNode.getPath in interface SchemaNodeBuilderpublic void setPath(org.opendaylight.yangtools.yang.model.api.SchemaPath path)
SchemaNodeBuilderSchemaNode.setPath in interface SchemaNodeBuilderpublic String getDescription()
DocumentedNodeBuildergetDescription in interface DocumentedNodeBuilderpublic void setDescription(String description)
DocumentedNodeBuildersetDescription in interface DocumentedNodeBuilderpublic String getReference()
DocumentedNodeBuildergetReference in interface DocumentedNodeBuilderpublic void setReference(String reference)
DocumentedNodeBuildersetReference in interface DocumentedNodeBuilderpublic org.opendaylight.yangtools.yang.model.api.Status getStatus()
DocumentedNodeBuildergetStatus in interface DocumentedNodeBuilderpublic void setStatus(org.opendaylight.yangtools.yang.model.api.Status status)
DocumentedNodeBuildersetStatus in interface DocumentedNodeBuilderCopyright © 2014. All rights reserved.