Interface VisualizationItem
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
VisualizationDeltaItem
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
List<? extends VisualizationItemValue>
Item<?,
?> Item path, relative to the visualization root path.boolean
boolean
-
Method Details
-
getName
Name getName() -
getNewValues
List<? extends VisualizationItemValue> getNewValues() -
isOperational
boolean isOperational() -
getSourceItem
Item<?,?> getSourceItem() -
getSourceRelPath
ItemPath getSourceRelPath()Item path, relative to the visualization root path. -
isDescriptive
boolean isDescriptive()
-