public interface MNode
The permitted number of occurrences of a node within its parent is defined by
its multiplicity
.
Modifier and Type | Interface and Description |
---|---|
static interface |
MNode.Builder<T,B>
Abstract metadata node builder.
|
static class |
MNode.DataType
The data type.
|
static interface |
MNode.Multiplicity
Describes the multiplicity of a metadata node within its parent.
|
static class |
MNode.NodeType
Defines the metadata node type.
|
Modifier and Type | Method and Description |
---|---|
MNode.DataType |
getDataType()
Returns the data type of the node implementation.
|
String |
getFullName()
Returns the full name of the node defining its hierarchy.
|
MNode.Multiplicity |
getMultiplicity()
Returns the node's multiplicity within its parent.
|
String |
getName()
Returns the node name.
|
MNode.NodeType |
getNodeType()
Returns the node type.
|
MGroup |
getParent()
Returns the parent group.
|
String getName()
MNode.NodeType getNodeType()
MNode.DataType getDataType()
String getFullName()
MNode.Multiplicity getMultiplicity()
MNode.Multiplicity.NONE
will be returnedMGroup getParent()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.