Class NCType
java.lang.Object
com.adobe.versioncue.nativecomm.msg.NCType
- All Implemented Interfaces:
INCExternalizable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intType ID booleanstatic final intType ID byte[]static final intType ID date 64 bit milliseconds GMTstatic final intType ID floatstatic final intType ID intstatic final intType ID NCListstatic final intType ID long (64 bit)static final intType ID Dictionarystatic final intType ID voidstatic final intType ID string -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanForce subclasses to implement.Return a NativeComm compatible representation of the object.abstract intgetType()Returns the type of thisNCTypeobject.abstract inthashCode()Force subclasses to implement.abstract StringtoString()Force subclasses to implement.
-
Field Details
-
TYPE_NULL
public static final int TYPE_NULLType ID void- See Also:
-
TYPE_INTEGER
public static final int TYPE_INTEGERType ID int- See Also:
-
TYPE_BOOLEAN
public static final int TYPE_BOOLEANType ID boolean- See Also:
-
TYPE_DOUBLE
public static final int TYPE_DOUBLEType ID float- See Also:
-
TYPE_STRING
public static final int TYPE_STRINGType ID string- See Also:
-
TYPE_BYTEBUFFER
public static final int TYPE_BYTEBUFFERType ID byte[]- See Also:
-
TYPE_LIST
public static final int TYPE_LISTType ID NCList- See Also:
-
TYPE_MAP
public static final int TYPE_MAPType ID Dictionary- See Also:
-
TYPE_LONG
public static final int TYPE_LONGType ID long (64 bit)- See Also:
-
TYPE_DATE
public static final int TYPE_DATEType ID date 64 bit milliseconds GMT- See Also:
-
-
Method Details
-
getType
public abstract int getType()Returns the type of thisNCTypeobject.- Returns:
- the type of this
NCType
-
hashCode
public abstract int hashCode()Force subclasses to implement. -
equals
Force subclasses to implement. -
toString
Force subclasses to implement. -
externalize
Description copied from interface:INCExternalizableReturn a NativeComm compatible representation of the object.- Specified by:
externalizein interfaceINCExternalizable- Returns:
- NativeComm compatible representation of the object
- See Also:
-