public class AnyxmlStatementImpl extends AbstractDeclaredStatement<QName> implements AnyxmlStatement
Modifier and Type | Class and Description |
---|---|
static class |
AnyxmlStatementImpl.Definition |
DocumentationGroup.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
AnyxmlStatementImpl(StmtContext<QName,AnyxmlStatement,?> context) |
Modifier and Type | Method and Description |
---|---|
ConfigStatement |
getConfig() |
DescriptionStatement |
getDescription()
All implementations should override this method.
|
Collection<? extends IfFeatureStatement> |
getIfFeatures()
All implementations should override this method.
|
MandatoryStatement |
getMandatory() |
Collection<? extends MustStatement> |
getMusts() |
QName |
getName() |
ReferenceStatement |
getReference()
All implementations should override this method.
|
StatusStatement |
getStatus() |
WhenStatement |
getWhenStatement() |
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected AnyxmlStatementImpl(StmtContext<QName,AnyxmlStatement,?> context)
@Nonnull public QName getName()
getName
in interface DataDefinitionStatement
public WhenStatement getWhenStatement()
getWhenStatement
in interface ConditionalDataDefinition
@Nonnull public Collection<? extends IfFeatureStatement> getIfFeatures()
ConditionalFeature
getIfFeatures
in interface ConditionalFeature
@Nonnull public Collection<? extends MustStatement> getMusts()
getMusts
in interface AnyxmlStatement
public ConfigStatement getConfig()
getConfig
in interface AnyxmlStatement
public StatusStatement getStatus()
getStatus
in interface DocumentationGroup.WithStatus
public DescriptionStatement getDescription()
DocumentationGroup
getDescription
in interface DocumentationGroup
public ReferenceStatement getReference()
DocumentationGroup
getReference
in interface DocumentationGroup
public MandatoryStatement getMandatory()
getMandatory
in interface AnyxmlStatement
Copyright © 2018 OpenDaylight. All rights reserved.