Class DataTypeEx


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

      • DataTypeEx

        public DataTypeEx​(DataType scalarType)
      • DataTypeEx

        public DataTypeEx​(TagPath udtParentType)
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object