Class AbstractTagImporter.TagPrototype

  • Enclosing class:
    AbstractTagImporter

    protected static class AbstractTagImporter.TagPrototype
    extends java.lang.Object
    • Method Detail

      • getPath

        public TagPath getPath()
      • getName

        public java.lang.String getName()
      • getTagType

        public TagType getTagType()
      • setProperty

        public void setProperty​(TagProp prop,
                                java.lang.Object value)
      • build

        public void build​(java.util.List<TagConfiguration> tags,
                          TagPath parentPath,
                          boolean isUdt,
                          boolean isClient)
        Returns the tag as an extension. We do it like this because in the case of an extension, we need to include the alarm config as a property *
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object