Class TagInfoResult
- java.lang.Object
-
- com.inductiveautomation.ignition.common.browsing.TagInfoResult
-
- All Implemented Interfaces:
Result
,java.io.Serializable
public class TagInfoResult extends java.lang.Object implements Result
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagInfoResult​(TagInfo value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
getDisplayPath()
Returns the friendlier "display path" for this result.QualifiedPath
getPath()
Returns the qualified path of this result.TagInfo
getTagInfo()
java.lang.String
getType()
Generally returns the last component id from the path.boolean
hasChildren()
Indicates that this result object is itself browsable.
-
-
-
Constructor Detail
-
TagInfoResult
public TagInfoResult​(TagInfo value)
-
-
Method Detail
-
getDisplayPath
public Path 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
public QualifiedPath getPath()
Description copied from interface:Result
Returns the qualified path of this result.
-
getType
public java.lang.String 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
public TagInfo getTagInfo()
-
-