public class RefineStatementImpl extends AbstractDeclaredStatement<SchemaNodeIdentifier> implements RefineStatement
Modifier and Type | Class and Description |
---|---|
static class |
RefineStatementImpl.Definition |
RefineStatement.RefineContainerStatement, RefineStatement.RefineLeafStatement
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
RefineStatementImpl(StmtContext<SchemaNodeIdentifier,RefineStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
DescriptionStatement |
getDescription()
All implementations should override this method.
|
Collection<? extends IfFeatureStatement> |
getIfFeatures()
All implementations should override this method.
|
ReferenceStatement |
getReference()
All implementations should override this method.
|
String |
getTargetNode() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected RefineStatementImpl(StmtContext<SchemaNodeIdentifier,RefineStatement,?> context)
public String getTargetNode()
getTargetNode
in interface RefineStatement
@Nullable public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeature
getIfFeatures
in interface ConditionalFeature
@Nullable public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
Copyright © 2018 OpenDaylight. All rights reserved.