public interface MField extends MNode
A 'field' describes a data item that can have a value. A field may be used
free-standing or be used within a record
or content
metadata definition.
A field has a type
which describes its representation.
Any one field definition may only be used within a single parent metadata definition.
Subtypes exist for each field type.
Modifier and Type | Interface and Description |
---|---|
static class |
MField.FieldType
Field types supported by metadata.
|
MNode.Builder<T,B>, MNode.DataType, MNode.Multiplicity, MNode.NodeType
Modifier and Type | Method and Description |
---|---|
MField.FieldType |
getFieldType()
Returns the data type of the field.
|
getDataType, getFullName, getMultiplicity, getName, getNodeType, getParent
MField.FieldType getFieldType()
Copyright © 2016 Push Technology Ltd. All Rights Reserved.