Interface AnyxmlSchemaNode
- All Superinterfaces:
AddedByUsesAware
,CopyableNode
,DataSchemaNode
,DocumentedNode
,DocumentedNode.WithStatus
,EffectiveStatementEquivalent<AnyxmlEffectiveStatement>
,MandatoryAware
,MustConstraintAware
,SchemaNode
,WhenConditionAware
- All Known Implementing Classes:
EmptyAnyxmlEffectiveStatement
,RegularAnyxmlEffectiveStatement
public interface AnyxmlSchemaNode
extends DataSchemaNode, MandatoryAware, MustConstraintAware, EffectiveStatementEquivalent<AnyxmlEffectiveStatement>
The "anyxml" interface defines an interior node in the schema tree. It takes one argument, which is an identifier
represented by QName inherited from
SchemaNode
, followed by a block of substatements that holds detailed
anyxml information. The substatements are defined in DataSchemaNode
.
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
effectiveConfig, 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.EffectiveStatementEquivalent
asEffectiveStatement
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
getQName
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.WhenConditionAware
getWhenCondition