Uses of Interface
org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode
-
Packages that use ContainerSchemaNode Package Description org.opendaylight.yangtools.odlext.model.api YANG metamodel extensions to support OpenDaylight extensions as defined in yang-ext.yang.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.data.api.schema Definition of normalized YANG DOM Model.org.opendaylight.yangtools.yang.model.api Definition of structures and DOM like API of effected YANG schema.org.opendaylight.yangtools.yang.model.util Utility classes and implementations for concepts defined in yang-model-api. -
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.odlext.model.api
Methods in org.opendaylight.yangtools.odlext.model.api that return ContainerSchemaNode Modifier and Type Method Description @NonNull ContainerSchemaNode
YangModeledAnyxmlSchemaNode. getSchemaOfAnyXmlData()
Returns the root schema node of the data in this anyxml node. -
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.data.api.schema
Methods in org.opendaylight.yangtools.yang.data.api.schema that return ContainerSchemaNode Modifier and Type Method Description @NonNull ContainerSchemaNode
YangModeledAnyXmlNode. getSchemaOfAnyXmlData()
Returns the schema corresponding to the node's datea. -
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.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)
Methods in org.opendaylight.yangtools.yang.model.util with parameters of type ContainerSchemaNode Modifier and Type Method Description protected void
DataNodeAggregator. addContainer(ContainerSchemaNode containerNode)
-