Class PropertyAlteredTagPath
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.AbstractTagPath
com.inductiveautomation.ignition.common.sqltags.tagpaths.PropertyAlteredTagPath
- All Implemented Interfaces:
Path
,TagPath
,Serializable
,Comparable<TagPath>
A tag path that delegates to another tag path, but alters the TagProp that the path points to.
- See Also:
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.Path
SERIALIZATION_WHITELIST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChildPath
(String nextId) Returns a path below the current path.getChildPath
(String nextId, boolean folder) Deprecated.Returns the name of the item at the end of the path that this path points to.Convenience function to return the last path element.Returns the path to this tag's parent foldergetPathComponent
(int i) Returns the path element at the specified location.int
Returns the number of elements in the path, which can be retrieved through getPathComponent().Returns the type of property in the tag that this path is referencing.Returns the source for this tag path.Returns which system this tag is being driven by.boolean
isFolder()
Deprecated.Methods inherited from class com.inductiveautomation.ignition.common.sqltags.model.AbstractTagPath
_createPath, compareTo, equals, hashCode, isAncestorOf, toString, toStringFull, toStringPartial
-
Constructor Details
-
PropertyAlteredTagPath
-
-
Method Details
-
getChildPath
Deprecated. -
getChildPath
Description copied from interface:TagPath
Returns a path below the current path. -
getItemName
Description copied from interface:TagPath
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. -
getLastPathComponent
Description copied from interface:Path
Convenience function to return the last path element. -
getParentPath
Description copied from interface:TagPath
Returns the path to this tag's parent folder -
getPathComponent
Description copied from interface:Path
Returns the path element at the specified location. -
getPathLength
public int getPathLength()Description copied from interface:Path
Returns the number of elements in the path, which can be retrieved through getPathComponent(). -
getProperty
Description copied from interface:TagPath
Returns the type of property in the tag that this path is referencing. -
getSource
Description copied from interface:TagPath
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
Description copied from interface:TagPath
Returns which system this tag is being driven by. If null, the system name won't be used to distinguish tags. -
isFolder
Deprecated.
-