java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.types.TagMeta
All Implemented Interfaces:
Serializable

public class TagMeta extends Object implements Serializable
Provides information about a type of SQLTag. Tags are created by defining an ExtendedTagType, and this this class provides information about it, such as editing capabilities, what icon to display for it, etc.
See Also:
  • Constructor Details

  • Method Details

    • getType

      public ExtendedTagType getType()
    • setType

      public void setType(ExtendedTagType type)
    • getBindableProps

      public Set<TagProp> getBindableProps()
    • setBindableProps

      public void setBindableProps(Set<TagProp> bindableProps)
    • getEditingFlags

      public Flags getEditingFlags()
    • setEditingFlags

      public void setEditingFlags(Flags editingFlags)