Uses of Interface
org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode
-
Packages that use ContainerSchemaNode Package Description org.opendaylight.yangtools.rfc8040.model.api org.opendaylight.yangtools.rfc8528.model.api YANG metamodel extensions to support mount-poing, as defined in RFC8528.org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api. -
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.rfc8040.model.api
Methods in org.opendaylight.yangtools.rfc8040.model.api that return ContainerSchemaNode Modifier and Type Method Description ContainerSchemaNode
YangDataSchemaNode. getContainerSchemaNode()
Returns container schema node container within this yang-data definition. -
Uses of ContainerSchemaNode in org.opendaylight.yangtools.rfc8528.model.api
Methods in org.opendaylight.yangtools.rfc8528.model.api with parameters of type ContainerSchemaNode Modifier and Type Method Description static @NonNull Stream<MountPointSchemaNode>
MountPointSchemaNode. streamAll(ContainerSchemaNode schema)
Find all mount points defined in aContainerSchemaNode
. -
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.model.api
Methods in org.opendaylight.yangtools.yang.model.api that return types with arguments of type ContainerSchemaNode Modifier and Type Method Description Optional<ContainerSchemaNode>
AnydataSchemaNode. getDataSchema()
Schema of data. -
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
Classes in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that implement ContainerSchemaNode Modifier and Type Class Description class
AbstractContainerEffectiveStatement
class
EmptyContainerEffectiveStatement
class
RegularContainerEffectiveStatement
Methods in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff that return types with arguments of type ContainerSchemaNode Modifier and Type Method Description Optional<ContainerSchemaNode>
EmptyAnydataEffectiveStatement. getDataSchema()
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type ContainerSchemaNode Modifier and Type Method Description protected void
DataNodeAggregator. addContainer(ContainerSchemaNode containerNode)
-