Interface DataTreeAwareEffectiveStatement<A,D extends DeclaredStatement<A>>

Type Parameters:
A - Argument type
D - Class representing declared version of this statement.
All Superinterfaces:
EffectiveStatement<A,D>, ModelStatement<A>, SchemaTreeAwareEffectiveStatement<A,D>
All Known Subinterfaces:
ActionEffectiveStatement, CaseEffectiveStatement, ChoiceEffectiveStatement, ContainerEffectiveStatement, GroupingEffectiveStatement, InputEffectiveStatement, ListEffectiveStatement, ModuleEffectiveStatement, NotificationEffectiveStatement, OutputEffectiveStatement, RpcEffectiveStatement, SubmoduleEffectiveStatement, YangDataEffectiveStatement
All Known Implementing Classes:
AbstractChoiceEffectiveStatement, AbstractContainerEffectiveStatement, AbstractGroupingEffectiveStatement, ActionEffectiveStatementImpl, DeclaredCaseEffectiveStatement, DeclaredInputEffectiveStatement, DeclaredOutputEffectiveStatement, EmptyChoiceEffectiveStatement, EmptyContainerEffectiveStatement, EmptyGroupingEffectiveStatement, EmptyListEffectiveStatement, NotificationEffectiveStatementImpl, RegularChoiceEffectiveStatement, RegularContainerEffectiveStatement, RegularGroupingEffectiveStatement, RegularListEffectiveStatement, RpcEffectiveStatementImpl, UndeclaredCaseEffectiveStatement, UndeclaredInputEffectiveStatement, UndeclaredOutputEffectiveStatement

@Beta public interface DataTreeAwareEffectiveStatement<A,D extends DeclaredStatement<A>> extends SchemaTreeAwareEffectiveStatement<A,D>
Interface implemented by all SchemaTreeAwareEffectiveStatements which can contain a data tree child.
  • Method Details