Interface OPCBrowseElement
- 
- All Superinterfaces:
- java.io.Serializable
 - All Known Implementing Classes:
- BasicOPCBrowseElement,- ServerBrowseElement
 
 public interface OPCBrowseElement extends java.io.SerializableThis is the browse element supported by the OPC subsystem.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Class<?>getDatatype()Gets the data type of the element.java.lang.StringgetDescription()java.lang.StringgetDisplayName()BrowseElementTypegetElementType()default java.lang.StringgetNodeId()ServerNodeIdgetServerNodeId()
 
- 
- 
- 
Method Detail- 
getServerNodeIdServerNodeId getServerNodeId() 
 - 
getDisplayNamejava.lang.String getDisplayName() 
 - 
getDescriptionjava.lang.String getDescription() 
 - 
getDatatypejava.lang.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. 
 - 
getElementTypeBrowseElementType getElementType() 
 - 
getNodeIddefault java.lang.String getNodeId() 
 
- 
 
-