java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.CustomTagType
All Implemented Interfaces:
ExtendedTagType, Serializable

public class CustomTagType extends Object implements ExtendedTagType
A simple implementation of ExtendedTagType that lets providers easily specify their own custom types.
See Also:
  • Constructor Details

    • CustomTagType

      public CustomTagType(int subType)
  • Method Details