Uses of Interface
org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode
-
-
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.rfc7952.model.api
Subinterfaces of ContainerSchemaNode in org.opendaylight.yangtools.rfc7952.model.api Modifier and Type Interface Description interface
AnnotationSchemaNodeAwareSchemaContext
ASchemaContext
which is alsoAnnotationSchemaNodeAware
. -
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.data.impl.schema
Methods in org.opendaylight.yangtools.yang.data.impl.schema with parameters of type ContainerSchemaNode Modifier and Type Method Description static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ContainerNode>
Builders. containerBuilder(ContainerSchemaNode schema)
static DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ContainerNode>
Builders. containerBuilder(ContainerSchemaNode schema, ContainerNode node)
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
Methods in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl with parameters of type ContainerSchemaNode Modifier and Type Method Description static @NonNull DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ContainerNode>
ImmutableContainerNodeSchemaAwareBuilder. create(ContainerSchemaNode schema)
static @NonNull DataContainerNodeBuilder<YangInstanceIdentifier.NodeIdentifier,ContainerNode>
ImmutableContainerNodeSchemaAwareBuilder. create(ContainerSchemaNode schema, ContainerNode node)
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.data.util
Classes in org.opendaylight.yangtools.yang.data.util that implement ContainerSchemaNode Modifier and Type Class Description class
OperationAsContainer
Methods in org.opendaylight.yangtools.yang.data.util that return ContainerSchemaNode Modifier and Type Method Description static ContainerSchemaNode
ContainerSchemaNodes. forNotification(NotificationDefinition notification)
static ContainerSchemaNode
ContainerSchemaNodes. forRPC(RpcDefinition rpc)
ContainerSchemaNode
OperationAsContainer. getInput()
ContainerSchemaNode
OperationAsContainer. getOutput()
Constructors in org.opendaylight.yangtools.yang.data.util with parameters of type ContainerSchemaNode Constructor Description ContainerNodeDataWithSchema(ContainerSchemaNode schema)
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.model.api
Subinterfaces of ContainerSchemaNode in org.opendaylight.yangtools.yang.model.api Modifier and Type Interface Description interface
EffectiveModelContext
EffectiveStatement
-based result of YANG parser compilation.interface
SchemaContext
The interface represents static view of compiled yang files, contains the methods for obtaining all the top level context data (data from all modules) like YANG notifications, extensions, operations...Methods in org.opendaylight.yangtools.yang.model.api that return ContainerSchemaNode Modifier and Type Method Description ContainerSchemaNode
OperationDefinition. getInput()
Returns definition of input parameters for this operation.ContainerSchemaNode
OperationDefinition. getOutput()
Returns definition of output parameters for this operation.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
Classes in org.opendaylight.yangtools.yang.model.util that implement ContainerSchemaNode Modifier and Type Class Description class
AbstractSchemaContext
class
FilteringSchemaContextProxy
class
SimpleSchemaContext
Simple subclass ofAbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations.Methods in org.opendaylight.yangtools.yang.model.util that return ContainerSchemaNode Modifier and Type Method Description static @Nullable ContainerSchemaNode
SchemaContextUtil. getRpcDataSchema(@NonNull SchemaContext schema, @NonNull SchemaPath path)
Returns RPC Input or Output Data container from RPC definition.static @Nullable ContainerSchemaNode
SchemaNodeUtils. getRpcDataSchema(@NonNull RpcDefinition rpc, @NonNull QName qname)
Returns RPC input or output schema based on supplied QName.Methods in org.opendaylight.yangtools.yang.model.util that return types with arguments of type ContainerSchemaNode Modifier and Type Method Description List<ContainerSchemaNode>
DataNodeIterator. allContainers()
Returns list all containers present in subtree. -
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
Classes in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that implement ContainerSchemaNode Modifier and Type Class Description class
AbstractEffectiveContainerSchemaNode<D extends DeclaredStatement<QName>>
class
AbstractEffectiveOperationContainerSchemaNode<D extends DeclaredStatement<QName>>
Methods in org.opendaylight.yangtools.yang.parser.rfc7950.stmt that return ContainerSchemaNode Modifier and Type Method Description ContainerSchemaNode
AbstractEffectiveOperationDefinition. getInput()
ContainerSchemaNode
AbstractEffectiveOperationDefinition. getOutput()
-
Uses of ContainerSchemaNode in org.opendaylight.yangtools.yang.parser.stmt.reactor
Classes in org.opendaylight.yangtools.yang.parser.stmt.reactor that implement ContainerSchemaNode Modifier and Type Class Description class
EffectiveSchemaContext
-