@Beta public interface AnydataStatement extends DataDefinitionStatement
The "anydata" statement is used to represent an unknown set of nodes that can be modeled with YANG, except anyxml, but for which the data model is not known at module design time. It is possible, though not required, for the data model for anydata content to become known through protocol signaling or other means that are outside the scope of this document.
DocumentationGroup.WithStatus| Modifier and Type | Method and Description |
|---|---|
ConfigStatement |
getConfig() |
MandatoryStatement |
getMandatory() |
Collection<? extends MustStatement> |
getMusts() |
getNamedeclaredSubstatements, rawArgumentargument, getStatementSource, statementDefinitiongetStatusgetDescription, getReferencegetWhenStatementgetIfFeatures@Nonnull Collection<? extends MustStatement> getMusts()
@Nullable ConfigStatement getConfig()
@Nullable MandatoryStatement getMandatory()
Copyright © 2018 OpenDaylight. All rights reserved.