Class NCType

java.lang.Object
com.adobe.versioncue.nativecomm.msg.NCType
All Implemented Interfaces:
INCExternalizable
Direct Known Subclasses:
NCBool, NCData, NCDate, NCList, NCMap, NCNull, NCNumber, NCString

public abstract class NCType extends Object implements INCExternalizable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Type ID boolean
    static final int
    Type ID byte[]
    static final int
    Type ID date 64 bit milliseconds GMT
    static final int
    Type ID float
    static final int
    Type ID int
    static final int
    Type ID NCList
    static final int
    Type ID long (64 bit)
    static final int
    Type ID Dictionary
    static final int
    Type ID void
    static final int
    Type ID string
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract boolean
    equals(Object other)
    Force subclasses to implement.
    Return a NativeComm compatible representation of the object.
    abstract int
    Returns the type of this NCType object.
    abstract int
    Force subclasses to implement.
    abstract String
    Force subclasses to implement.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait