Interface OPCBrowseElement
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BasicOPCBrowseElement,- ServerBrowseElement
This is the browse element supported by the OPC subsystem.
- 
Method Details- 
getServerNodeIdServerNodeId getServerNodeId()
- 
getDisplayNameString getDisplayName()
- 
getDescriptionString getDescription()
- 
getDatatypeClass<?> getDatatype()Gets the data type of the element.XXX NOTE: this really only applies to tags, which are only one type of element. Servers and folders won't use this. In the future, we might make it a property, but right now this is the quickest way to get things up and running. 
- 
getElementTypeBrowseElementType getElementType()
- 
getNodeId
 
-