Class BasicOPCBrowseElement
java.lang.Object
com.inductiveautomation.ignition.common.opc.BasicOPCBrowseElement
- All Implemented Interfaces:
 OPCBrowseElement,Serializable
Basic struct-style implementation of OPCBrowseElement
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBasicOPCBrowseElement(ServerNodeId serverNodeId, BrowseElementType elementType, Class<?> datatype, String displayName, String description)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.opc.OPCBrowseElement
getNodeId 
- 
Constructor Details
- 
BasicOPCBrowseElement
public BasicOPCBrowseElement(ServerNodeId serverNodeId, BrowseElementType elementType, Class<?> datatype, String displayName, String description)  - 
BasicOPCBrowseElement
 
 - 
 - 
Method Details
- 
getDatatype
Description copied from interface:OPCBrowseElementGets 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.
- Specified by:
 getDatatypein interfaceOPCBrowseElement
 - 
getDescription
- Specified by:
 getDescriptionin interfaceOPCBrowseElement
 - 
getDisplayName
- Specified by:
 getDisplayNamein interfaceOPCBrowseElement
 - 
getElementType
- Specified by:
 getElementTypein interfaceOPCBrowseElement
 - 
getServerNodeId
- Specified by:
 getServerNodeIdin interfaceOPCBrowseElement
 - 
toString
 
 -