Class DataType

    • Constructor Detail

      • DataType

        public DataType()
    • Method Detail

      • typeName

        public String typeName()
        Retrieves the String name of this DataType object.
        Returns:
        A String name of this DataType object
        Since:
        0.9.0
      • toString

        public String toString()
        Generates a String value to represent this DataType object.
        Overrides:
        toString in class Object
        Returns:
        A String value in the format of XXXType
        Since:
        0.9.0
      • equals

        public boolean equals​(Object other)
        Verifies if a DataType equals to this one.
        Overrides:
        equals in class Object
        Parameters:
        other - A DataType object
        Returns:
        true if these data types are equivalent, false for otherwise.
        Since:
        0.9.0
      • hashCode

        public int hashCode()
        Calculates the hash code of this DataType Type Object.
        Overrides:
        hashCode in class Object
        Returns:
        An int number representing the hash code value
        Since:
        0.9.0