java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.types.DataTypeEx

public class DataTypeEx extends Object
An extended representation of a data type that can represent either a scalar data type or a UDT type
  • Constructor Details

    • DataTypeEx

      public DataTypeEx(NodeBrowseInfo tag)
    • DataTypeEx

      public DataTypeEx(DataType scalarType)
    • DataTypeEx

      public DataTypeEx(TagPath udtParentType)
  • Method Details

    • isUDTType

      public boolean isUDTType()
    • getUDTParentType

      public TagPath getUDTParentType()
    • setUDTParentType

      public void setUDTParentType(TagPath udtParentType)
    • getScalarType

      public DataType getScalarType()
    • setScalarType

      public void setScalarType(DataType scalarType)
    • toString

      public String toString()
      Overrides:
      toString in class Object