Interface AnyxmlNode<V>
- Type Parameters:
V
- Value type, uniquely identifying the object model used for values
- All Superinterfaces:
DataContainerChild
,ForeignDataNode<V>
,NormalizedData
,NormalizedNode
,PrettyTreeAware
- All Known Subinterfaces:
DOMSourceAnyxmlNode
A NormalizedNode holding the contents of an
anyxml
node in some object model. This interface is a common
capture for all object model specializations.-
Method Summary
Modifier and TypeMethodDescriptiondefault Class<AnyxmlNode>
contract()
Return the contract governing thisNormalizedData
instance.Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
getIdentifier, name
Methods inherited from interface org.opendaylight.yangtools.yang.data.api.schema.ForeignDataNode
body, bodyObjectModel
Methods inherited from interface org.opendaylight.yangtools.concepts.PrettyTreeAware
prettyTree
-
Method Details
-
contract
Description copied from interface:NormalizedData
Return the contract governing thisNormalizedData
instance.- Specified by:
contract
in interfaceNormalizedData
- Specified by:
contract
in interfaceNormalizedNode
- Returns:
- A class identifying the NormalizedData contract.
-