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 SummaryConstructors Constructor Description ServerBrowseElement(java.lang.String serverName)
 - 
Method SummaryAll 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()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.opc.OPCBrowseElementgetNodeId
 
- 
 
- 
- 
- 
Method Detail- 
getDescriptionpublic java.lang.String getDescription() - Specified by:
- getDescriptionin interface- OPCBrowseElement
 
 - 
getDatatypepublic 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 interface- OPCBrowseElement
 
 - 
getDisplayNamepublic java.lang.String getDisplayName() - Specified by:
- getDisplayNamein interface- OPCBrowseElement
 
 - 
getElementTypepublic BrowseElementType getElementType() - Specified by:
- getElementTypein interface- OPCBrowseElement
 
 - 
getServerNodeIdpublic ServerNodeId getServerNodeId() - Specified by:
- getServerNodeIdin interface- OPCBrowseElement
 
 
- 
 
-