public abstract class DeviceModelFormat
extends java.lang.Object
DeviceModel.| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceModelFormat.Field
Describes a field of a message.
|
static class |
DeviceModelFormat.Type
The message type.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DeviceModelFormat() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getDescription()
A human friendly description of the message format.
|
abstract java.util.List<DeviceModelFormat.Field> |
getFields()
Get the format of fields.
|
abstract java.lang.String |
getName()
Get the message format name.
|
abstract DeviceModelFormat.Type |
getType()
The type of the message.
|
abstract java.lang.String |
getURN()
Get the URN of the message format
|
public abstract java.lang.String getURN()
public abstract java.lang.String getName()
public abstract java.lang.String getDescription()
public abstract DeviceModelFormat.Type getType()
public abstract java.util.List<DeviceModelFormat.Field> getFields()