Interface AnyxmlSchemaNode
-
- All Superinterfaces:
AddedByUsesAware
,CopyableNode
,DataSchemaNode
,DocumentedNode
,DocumentedNode.WithStatus
,MandatoryAware
,MustConstraintAware
,SchemaNode
,WhenConditionAware
- All Known Subinterfaces:
YangModeledAnyxmlSchemaNode
public interface AnyxmlSchemaNode extends DataSchemaNode, MandatoryAware, MustConstraintAware
The "anyxml" interface defines an interior node in the schema tree. It takes one argument, which is an identifier represented by QName inherited fromSchemaNode
, followed by a block of substatements that holds detailed anyxml information. The substatements are defined inDataSchemaNode
.This interface was modeled according to definition in [RFC-6020] The anyxml Statement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
DocumentedNode.WithStatus
-
-
Method Summary
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
isAddedByUses
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.CopyableNode
isAugmenting
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
isConfiguration
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
getDescription, getReference, getUnknownSchemaNodes
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
getStatus
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.MandatoryAware
isMandatory
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.MustConstraintAware
getMustConstraints
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.SchemaNode
getPath, getQName
-
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.WhenConditionAware
getWhenCondition
-
-