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 doubledoubleValue()booleanequals(java.lang.Object other)Force subclasses to implement.abstract inthashCode()Force subclasses to implement.abstract intintValue()abstract longlongValue()- 
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:NCTypeForce subclasses to implement. 
 - 
 
 -