Interface UnknownEffectiveStatement<A,D extends UnknownStatement<A>>

Type Parameters:
A - Argument type (Empty if statement does not have argument.)
D - Class representing declared version of this statement.
All Superinterfaces:
EffectiveStatement<A,D>, ModelStatement<A>
All Known Subinterfaces:
AliasEffectiveStatement, AnnotationEffectiveStatement, AugmentIdentifierEffectiveStatement, ContextInstanceEffectiveStatement, ContextReferenceEffectiveStatement, DefaultDenyAllEffectiveStatement, DefaultDenyWriteEffectiveStatement, DefValEffectiveStatement, DisplayHintEffectiveStatement, GetFilterElementAttributesEffectiveStatement, ImpliedEffectiveStatement, InstanceTargetEffectiveStatement, MaxAccessEffectiveStatement, ModuleTagEffectiveStatement, MountEffectiveStatement, MountPointEffectiveStatement, OidEffectiveStatement, OpenConfigHashedValueEffectiveStatement, OpenConfigVersionEffectiveStatement, RpcContextReferenceEffectiveStatement, SubIdEffectiveStatement, YangDataEffectiveStatement

@Beta public interface UnknownEffectiveStatement<A,D extends UnknownStatement<A>> extends EffectiveStatement<A,D>
Effective counterpart to UnknownStatement. This interface exists only for the purposes of providing a bridge from UnknownSchemaNode to EffectiveStatement via EffectiveStatementEquivalent.asEffectiveStatement().