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 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
Methods in org.opendaylight.yangtools.yang.model.ri.stmt with parameters of type ContainerSchemaNode Modifier and Type Method Description static ContainerEffectiveStatement
EffectiveStatements. copyContainer(ContainerEffectiveStatement original, Immutable path, int flags, @Nullable ContainerSchemaNode orig)
static ContainerEffectiveStatement
EffectiveStatements. createContainer(ContainerStatement declared, Immutable path, int flags, ImmutableList<? extends EffectiveStatement<?,?>> substatements, @Nullable ContainerSchemaNode original)
-
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
ContainerEffectiveStatementImpl
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()
Optional<ContainerSchemaNode>
ContainerEffectiveStatementImpl. getOriginal()
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff with parameters of type ContainerSchemaNode Constructor Description ContainerEffectiveStatementImpl(ContainerStatement declared, ImmutableList<? extends EffectiveStatement<?,?>> substatements, Immutable path, int flags, @Nullable ContainerSchemaNode original)
ContainerEffectiveStatementImpl(ContainerEffectiveStatementImpl origEffective, Immutable path, int flags, @Nullable ContainerSchemaNode original)
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.model.util
Methods in org.opendaylight.yangtools.yang.model.util that return types with arguments of type ContainerSchemaNode Modifier and Type Method Description static @NonNull Collection<? extends ContainerSchemaNode>
SchemaNodeUtils. getAllContainers(DataNodeContainer parent)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.opendaylight.yangtools.yang.model.util with parameters of type ContainerSchemaNode Modifier and Type Method Description protected void
DataNodeAggregator. addContainer(ContainerSchemaNode containerNode)
-