Class NCInt
- java.lang.Object
 - 
- com.adobe.versioncue.nativecomm.msg.NCType
 - 
- com.adobe.versioncue.nativecomm.msg.NCNumber
 - 
- com.adobe.versioncue.nativecomm.msg.NCInt
 
 
 
 
- 
- All Implemented Interfaces:
 INCExternalizable
public final class NCInt extends NCNumber
 
- 
- 
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 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NCInt(int value)Public constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledoubleValue()intgetType()Returns the type of thisNCTypeobject.inthashCode()Force subclasses to implement.intintValue()longlongValue()java.lang.StringtoString()Force subclasses to implement.- 
Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize 
 - 
 
 - 
 
- 
- 
Method Detail
- 
doubleValue
public double doubleValue()
- Specified by:
 doubleValuein classNCNumber- Returns:
 - double value
 
 
- 
getType
public int getType()
Description copied from class:NCTypeReturns the type of thisNCTypeobject. 
- 
hashCode
public int hashCode()
Description copied from class:NCTypeForce subclasses to implement. 
 - 
 
 -