Uses of Class
info.dmtree.DmtData
-
Packages that use DmtData Package Description info.dmtree info.dmtree.notification info.dmtree.spi -
-
Uses of DmtData in info.dmtree
Fields in info.dmtree declared as DmtData Modifier and Type Field Description static DmtDataDmtData. NULL_VALUEConstant instance representing a leaf node ofnullformat.Methods in info.dmtree that return DmtData Modifier and Type Method Description DmtDataMetaNode. getDefault()Get the default value of this node if any.DmtDataDmtSession. getNodeValue(java.lang.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, ornullotherwise.Methods in info.dmtree with parameters of type DmtData Modifier and Type Method Description voidDmtSession. createLeafNode(java.lang.String nodeUri, DmtData value)Create a leaf node with a given value and the default MIME type.voidDmtSession. createLeafNode(java.lang.String nodeUri, DmtData value, java.lang.String mimeType)Create a leaf node with a given value and MIME type.booleanMetaNode. isValidValue(DmtData value)Checks whether the given value is valid for this node.voidDmtSession. setNodeValue(java.lang.String nodeUri, DmtData data)Set the value of a leaf or interior node. -
Uses of DmtData in info.dmtree.notification
Methods in info.dmtree.notification that return DmtData Modifier and Type Method Description DmtDataAlertItem. getData()Get the data associated with the alert item.Constructors in info.dmtree.notification with parameters of type DmtData Constructor Description AlertItem(java.lang.String[] source, java.lang.String type, java.lang.String mark, DmtData data)Create an instance of the alert item, specifying the source node URI as an array of path segments.AlertItem(java.lang.String source, java.lang.String type, java.lang.String mark, DmtData data)Create an instance of the alert item. -
Uses of DmtData in info.dmtree.spi
Methods in info.dmtree.spi that return DmtData Modifier and Type Method Description DmtDataReadableDataSession. getNodeValue(java.lang.String[] nodePath)Get the data contained in a leaf or interior node.Methods in info.dmtree.spi with parameters of type DmtData Modifier and Type Method Description voidReadWriteDataSession. createLeafNode(java.lang.String[] nodePath, DmtData value, java.lang.String mimeType)Create a leaf node with a given value and MIME type.voidReadWriteDataSession. setNodeValue(java.lang.String[] nodePath, DmtData data)Set the value of a leaf or interior node.
-