Class NCType

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract boolean equals​(java.lang.Object other)
      Force subclasses to implement.
      NCType externalize()
      Return a NativeComm compatible representation of the object.
      abstract int getType()
      Returns the type of this NCType object.
      abstract int hashCode()
      Force subclasses to implement.
      abstract java.lang.String toString()
      Force subclasses to implement.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getType

        public abstract int getType()
        Returns the type of this NCType object.
        Returns:
        the type of this NCType
      • hashCode

        public abstract int hashCode()
        Force subclasses to implement.
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • equals

        public abstract boolean equals​(java.lang.Object other)
        Force subclasses to implement.
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • toString

        public abstract java.lang.String toString()
        Force subclasses to implement.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()