Class NCNumber
- java.lang.Object
-
- com.adobe.versioncue.nativecomm.msg.NCType
-
- com.adobe.versioncue.nativecomm.msg.NCNumber
-
- All Implemented Interfaces:
INCExternalizable
public abstract class NCNumber extends NCType
-
-
Field Summary
-
Fields inherited from class com.adobe.versioncue.nativecomm.msg.NCType
TYPE_BOOLEAN, TYPE_BYTEBUFFER, TYPE_DATE, TYPE_DOUBLE, TYPE_INTEGER, TYPE_LIST, TYPE_LONG, TYPE_MAP, TYPE_NULL, TYPE_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract double
doubleValue()
boolean
equals(java.lang.Object other)
Force subclasses to implement.abstract int
hashCode()
Force subclasses to implement.abstract int
intValue()
abstract long
longValue()
-
Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize, getType, toString
-
-
-
-
Method Detail
-
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.
-
-