Class TagInfoResult
java.lang.Object
com.inductiveautomation.ignition.common.browsing.TagInfoResult
- All Implemented Interfaces:
Result
,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TagInfoResult
-
-
Method Details
-
getDisplayPath
Description copied from interface:Result
Returns the friendlier "display path" for this result. May be null, and not necessarily unique.- Specified by:
getDisplayPath
in interfaceResult
-
getPath
Description copied from interface:Result
Returns the qualified path of this result. -
getType
Description copied from interface:Result
Generally returns the last component id from the path. -
hasChildren
public boolean hasChildren()Description copied from interface:Result
Indicates that this result object is itself browsable.- Specified by:
hasChildren
in interfaceResult
-
getTagInfo
-