Class TagPathComponent
- java.lang.Object
-
- com.inductiveautomation.ignition.common.tags.paths.parser.TagPathComponent
-
public class TagPathComponent extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TagPathComponent.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagPathComponent.Type
getType()
java.lang.String
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
-
getType
public TagPathComponent.Type getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-