Modifier and Type | Interface and Description |
---|---|
static interface |
MGroup.Builder<T,B>
Abstract metadata group builder.
|
MNode.DataType, MNode.Multiplicity, MNode.NodeType
Modifier and Type | Method and Description |
---|---|
int |
childCount()
Returns the number of child nodes.
|
List<MNode> |
childNodes()
Returns a list of the children of the group.
|
MNode |
getChild(int index)
Gets the child at a given index.
|
MField |
getField(String name)
Gets a child field by name.
|
MRecord |
getRecord(String name)
Gets a child record by name.
|
getDataType, getFullName, getMultiplicity, getName, getNodeType, getParent
List<MNode> childNodes()
int childCount()
MRecord getRecord(String name)
name
- the record name.MField getField(String name)
name
- the field nameMNode getChild(int index) throws IndexOutOfBoundsException
index
- the indexIndexOutOfBoundsException
- if index
is out of boundsCopyright © 2016 Push Technology Ltd. All Rights Reserved.