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.String
getDescription()
java.lang.String
getDisplayName()
BrowseElementType
getElementType()
ServerNodeId
getServerNodeId()
-
-
-
Method Detail
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceOPCBrowseElement
-
getDatatype
public java.lang.Class<?> getDatatype()
Description copied from interface:OPCBrowseElement
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.
- Specified by:
getDatatype
in interfaceOPCBrowseElement
-
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interfaceOPCBrowseElement
-
getElementType
public BrowseElementType getElementType()
- Specified by:
getElementType
in interfaceOPCBrowseElement
-
getServerNodeId
public ServerNodeId getServerNodeId()
- Specified by:
getServerNodeId
in interfaceOPCBrowseElement
-
-