Class NCNull
- java.lang.Object
 - 
- com.adobe.versioncue.nativecomm.msg.NCType
 - 
- com.adobe.versioncue.nativecomm.msg.NCNull
 
 
 
- 
- All Implemented Interfaces:
 INCExternalizable
public final class NCNull extends NCType
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static NCNullINSTANCESingleton instance- 
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 Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)Force subclasses to implement.intgetType()Returns the type of thisNCTypeobject.inthashCode()Force subclasses to implement.java.lang.StringtoString()Force subclasses to implement.- 
Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final NCNull INSTANCE
Singleton instance 
 - 
 
- 
Method Detail
- 
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. 
- 
equals
public boolean equals(java.lang.Object other)
Description copied from class:NCTypeForce subclasses to implement. 
 - 
 
 -