public class IdentityStatementImpl extends AbstractDeclaredStatement<QName> implements IdentityStatement
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityStatementImpl.Definition |
DocumentationGroup.WithStatus| Modifier | Constructor and Description |
|---|---|
protected |
IdentityStatementImpl(StmtContext<QName,IdentityStatement,?> context) |
| Modifier and Type | Method and Description |
|---|---|
BaseStatement |
getBase() |
Collection<? extends BaseStatement> |
getBases() |
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 IdentityStatementImpl(StmtContext<QName,IdentityStatement,?> context)
public StatusStatement getStatus()
getStatus in interface DocumentationGroup.WithStatuspublic DescriptionStatement getDescription()
DocumentationGroupgetDescription in interface DocumentationGroup@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeaturegetIfFeatures in interface ConditionalFeaturepublic ReferenceStatement getReference()
DocumentationGroupgetReference in interface DocumentationGrouppublic BaseStatement getBase()
getBase in interface IdentityStatement@Nonnull public Collection<? extends BaseStatement> getBases()
getBases in interface IdentityStatement@Nonnull public QName getName()
getName in interface IdentityStatementCopyright © 2018 OpenDaylight. All rights reserved.