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, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected IdentityStatementImpl(StmtContext<QName,IdentityStatement,?> 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
public BaseStatement getBase()
getBase
in interface IdentityStatement
@Nonnull public Collection<? extends BaseStatement> getBases()
getBases
in interface IdentityStatement
@Nonnull public QName getName()
getName
in interface IdentityStatement
Copyright © 2018 OpenDaylight. All rights reserved.