Interface TagPath
- All Superinterfaces:
Comparable<TagPath>
,Path
,Serializable
- All Known Implementing Classes:
AbstractTagPath
,BasicTagPath
,PropertyAlteredTagPath
,SimplifiedTagPath
,SourceAlteredTagPath
Deprecated.
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.Path
SERIALIZATION_WHITELIST
-
Method Summary
Modifier and TypeMethodDescriptiongetChildPath
(String nextId) Deprecated.Returns a path below the current path.Deprecated.Returns the name of the item at the end of the path that this path points to.Deprecated.Returns the path to this tag's parent folderDeprecated.Returns the type of property in the tag that this path is referencing.Deprecated.Returns the source for this tag path.Deprecated.Returns which system this tag is being driven by.Deprecated.Returns the full string representation, with source (if any), and property designator (if any)Deprecated.Returns the string representation of the path without the source or the property.default TagPath
upgrade()
Deprecated.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.inductiveautomation.ignition.common.Path
getLastPathComponent, getPathComponent, getPathLength, isAncestorOf
-
Method Details
-
getParentPath
TagPath getParentPath()Deprecated.Returns the path to this tag's parent folder- Specified by:
getParentPath
in interfacePath
-
getChildPath
Deprecated.Returns a path below the current path. -
getItemName
String getItemName()Deprecated.Returns the name of the item at the end of the path that this path points to. This will be a tag name or a folder name. -
getProperty
Deprecated.Returns the type of property in the tag that this path is referencing. -
getSource
String getSource()Deprecated.Returns the source for this tag path. Some tag paths don't have a source, indicating that they may be a relative, or they may wish to use a default source. -
getSystem
String getSystem()Deprecated.Returns which system this tag is being driven by. If null, the system name won't be used to distinguish tags. -
toStringFull
String toStringFull()Deprecated.Returns the full string representation, with source (if any), and property designator (if any) -
toStringPartial
String toStringPartial()Deprecated.Returns the string representation of the path without the source or the property. -
upgrade
Deprecated.
-