Class ServerBrowseElement
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.opc.ServerBrowseElement
 
 
- 
- All Implemented Interfaces:
 OPCBrowseElement,java.io.Serializable
public class ServerBrowseElement extends java.lang.Object implements OPCBrowseElement
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServerBrowseElement(java.lang.String serverName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getDatatype()Gets the data type of the element.java.lang.StringgetDescription()java.lang.StringgetDisplayName()BrowseElementTypegetElementType()ServerNodeIdgetServerNodeId() 
 - 
 
- 
- 
Method Detail
- 
getDescription
public java.lang.String getDescription()
- Specified by:
 getDescriptionin interfaceOPCBrowseElement
 
- 
getDatatype
public java.lang.Class<?> 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
 
- 
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
 getDisplayNamein interfaceOPCBrowseElement
 
- 
getElementType
public BrowseElementType getElementType()
- Specified by:
 getElementTypein interfaceOPCBrowseElement
 
- 
getServerNodeId
public ServerNodeId getServerNodeId()
- Specified by:
 getServerNodeIdin interfaceOPCBrowseElement
 
 - 
 
 -