Interface OPCBrowseElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
BasicOPCBrowseElement, ServerBrowseElement

public interface OPCBrowseElement extends Serializable
This is the browse element supported by the OPC subsystem.
  • Method Details

    • getServerNodeId

      ServerNodeId getServerNodeId()
    • getDisplayName

      String getDisplayName()
    • getDescription

      String getDescription()
    • getDatatype

      Class<?> 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.

    • getElementType

      BrowseElementType getElementType()
    • getNodeId

      default String getNodeId()