public class IncludeStatementImpl extends AbstractDeclaredStatement<String> implements IncludeStatement
Modifier and Type | Class and Description |
---|---|
static class |
IncludeStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
IncludeStatementImpl(StmtContext<String,IncludeStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
DescriptionStatement |
getDescription()
All implementations should override this method.
|
String |
getModule() |
PrefixStatement |
getPrefix() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
RevisionDateStatement |
getRevisionDate() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected IncludeStatementImpl(StmtContext<String,IncludeStatement,?> context)
@Nonnull public String getModule()
getModule
in interface IncludeStatement
@Nonnull public PrefixStatement getPrefix()
getPrefix
in interface IncludeStatement
public RevisionDateStatement getRevisionDate()
getRevisionDate
in interface IncludeStatement
public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
Copyright © 2018 OpenDaylight. All rights reserved.