Package | Description |
---|---|
com.pushtechnology.diffusion.api.data |
Diffusion Topic Data API.
|
com.pushtechnology.diffusion.api.data.metadata |
Diffusion Metadata API.
|
com.pushtechnology.diffusion.api.data.single |
Diffusion Single Value Topic Data API.
|
Modifier and Type | Method and Description |
---|---|
static SingleValueTopicData |
TopicDataFactory.newSingleValueData(MDataType type)
Create new
Single Value Topic Data . |
Modifier and Type | Method and Description |
---|---|
MDataType |
MField.getDataType()
Returns the data type of the field.
|
static MDataType |
MDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MDataType[] |
MDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MField |
MRecord.addField(String name,
MDataType dataType)
Adds a new child field with default multiplicity.
|
MField |
MRecord.addField(String name,
MDataType dataType,
Multiplicity multiplicity)
Adds a new child field.
|
static MField |
MetadataFactory.newFieldMetadata(MDataType dataType)
This is a convenience method for constructing a single metadata field
with an automatically generated unique name.
|
static MField |
MetadataFactory.newFieldMetadata(String name,
MDataType dataType)
This is a convenience method for constructing a single metadata field.
|
Modifier and Type | Method and Description |
---|---|
MDataType |
SingleValueTopicData.getDataType()
Returns the data type of the encapsulated value.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.