public class ServerBrowseElement extends java.lang.Object implements OPCBrowseElement
| Constructor and Description |
|---|
ServerBrowseElement(java.lang.String serverName) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getDatatype()
Gets the data type of the element.
|
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
BrowseElementType |
getElementType() |
ServerNodeId |
getServerNodeId() |
public java.lang.String getDescription()
getDescription in interface OPCBrowseElementpublic java.lang.Class<?> getDatatype()
OPCBrowseElementXXX 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.
getDatatype in interface OPCBrowseElementpublic java.lang.String getDisplayName()
getDisplayName in interface OPCBrowseElementpublic BrowseElementType getElementType()
getElementType in interface OPCBrowseElementpublic ServerNodeId getServerNodeId()
getServerNodeId in interface OPCBrowseElement