Interface VisualizationItem
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
VisualizationDeltaItem
- All Known Implementing Classes:
VisualizationDeltaItemImpl
,VisualizationItemImpl
public interface VisualizationItem extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Name
getName()
List<? extends VisualizationItemValue>
getNewValues()
Item<?,?>
getSourceItem()
ItemPath
getSourceRelPath()
Item path, relative to the visualization root path.boolean
isDescriptive()
boolean
isOperational()
-
-
-
Method Detail
-
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()
-
-