Class NCNumber

java.lang.Object
com.adobe.versioncue.nativecomm.msg.NCType
com.adobe.versioncue.nativecomm.msg.NCNumber
All Implemented Interfaces:
INCExternalizable
Direct Known Subclasses:
NCDouble, NCInt, NCLong

public abstract class NCNumber extends NCType
  • Method Details

    • intValue

      public abstract int intValue()
      Returns:
      integer value
    • longValue

      public abstract long longValue()
      Returns:
      long value
    • doubleValue

      public abstract double doubleValue()
      Returns:
      double value
    • hashCode

      public abstract int hashCode()
      Description copied from class: NCType
      Force subclasses to implement.
      Specified by:
      hashCode in class NCType
      See Also:
    • equals

      public final boolean equals(Object other)
      Description copied from class: NCType
      Force subclasses to implement.
      Specified by:
      equals in class NCType
      See Also: