Class AbstractTagImporter.TagPrototype
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.importexport.AbstractTagImporter.TagPrototype
- Enclosing class:
- AbstractTagImporter
-
Constructor Summary
ConstructorsConstructorDescriptionTagPrototype
(TagPath fullPath) TagPrototype
(TagPath fullPath, TagType type) TagPrototype
(TagPath fullPath, TagType type, BoundPropertySet props) TagPrototype
(TagPath parent, String name, TagType type) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
build
(List<TagConfiguration> tags, TagPath parentPath, boolean isUdt, boolean isClient) Returns the tag as an extension.getName()
getPath()
void
setProperty
(TagProp prop, Object value) toString()
-
Constructor Details
-
TagPrototype
-
TagPrototype
-
TagPrototype
-
TagPrototype
-
-
Method Details