Uses of Class
org.osgi.service.dmt.DmtData
Package
Description
Device Management Tree Package Version 2.0.
Device Management Tree Notification Package Version 2.0.
Device Management Tree SPI Package Version 2.0.
-
Uses of DmtData in org.osgi.service.dmt
Modifier and TypeFieldDescriptionstatic final DmtData
DmtData.FALSE_VALUE
Constant instance representing a booleanfalse
value.static final DmtData
DmtData.NULL_VALUE
Constant instance representing a leaf node ofnull
format.static final DmtData
DmtData.TRUE_VALUE
Constant instance representing a booleantrue
value.Modifier and TypeMethodDescriptionMetaNode.getDefault()
Get the default value of this node if any.DmtSession.getNodeValue
(String nodeUri) Get the data contained in a leaf or interior node.DmtData[]
MetaNode.getValidValues()
Return an array of DmtData objects if valid values are defined for the node, ornull
otherwise.Modifier and TypeMethodDescriptionvoid
DmtSession.createLeafNode
(String nodeUri, DmtData value) Create a leaf node with a given value and the default MIME type.void
DmtSession.createLeafNode
(String nodeUri, DmtData value, String mimeType) Create a leaf node with a given value and MIME type.boolean
MetaNode.isValidValue
(DmtData value) Checks whether the given value is valid for this node.void
DmtSession.setNodeValue
(String nodeUri, DmtData data) Set the value of a leaf or interior node. -
Uses of DmtData in org.osgi.service.dmt.notification
Modifier and TypeMethodDescriptionAlertItem.getData()
Get the data associated with the alert item.ModifierConstructorDescriptionCreate an instance of the alert item, specifying the source node URI as an array of path segments.Create an instance of the alert item. -
Uses of DmtData in org.osgi.service.dmt.spi
Modifier and TypeMethodDescriptionReadableDataSession.getNodeValue
(String[] nodePath) Get the data contained in a leaf or interior node.Modifier and TypeMethodDescriptionvoid
ReadWriteDataSession.createLeafNode
(String[] nodePath, DmtData value, String mimeType) Create a leaf node with a given value and MIME type.void
ReadWriteDataSession.setNodeValue
(String[] nodePath, DmtData data) Set the value of a leaf or interior node.