public class BitStatementImpl extends AbstractDeclaredStatement<QName> implements BitStatement
Modifier and Type | Class and Description |
---|---|
static class |
BitStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
BitStatementImpl(StmtContext<QName,BitStatement,?> 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.
|
String |
getName() |
PositionStatement |
getPosition() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
StatusStatement |
getStatus() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected BitStatementImpl(StmtContext<QName,BitStatement,?> context)
public StatusStatement getStatus()
getStatus
in interface DocumentationGroup.WithStatus
public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeature
getIfFeatures
in interface ConditionalFeature
public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
@Nonnull public String getName()
getName
in interface BitStatement
public PositionStatement getPosition()
getPosition
in interface BitStatement
Copyright © 2018 OpenDaylight. All rights reserved.