public class FeatureStatementImpl extends AbstractDeclaredStatement<QName> implements FeatureStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureStatementImpl.Definition |
DocumentationGroup.WithStatus| Modifier | Constructor and Description |
|---|---|
protected |
FeatureStatementImpl(StmtContext<QName,FeatureStatement,?> 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.
|
QName |
getName() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
StatusStatement |
getStatus() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinitionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeclaredSubstatements, rawArgumentargument, getStatementSource, statementDefinitionprotected FeatureStatementImpl(StmtContext<QName,FeatureStatement,?> context)
public StatusStatement getStatus()
getStatus in interface DocumentationGroup.WithStatuspublic DescriptionStatement getDescription()
DocumentationGroupgetDescription in interface DocumentationGrouppublic ReferenceStatement getReference()
DocumentationGroupgetReference in interface DocumentationGroup@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeaturegetIfFeatures in interface ConditionalFeature@Nonnull public QName getName()
getName in interface FeatureStatementCopyright © 2018 OpenDaylight. All rights reserved.