Class NCString
- java.lang.Object
-
- com.adobe.versioncue.nativecomm.msg.NCType
-
- com.adobe.versioncue.nativecomm.msg.NCString
-
- All Implemented Interfaces:
INCExternalizable
public final class NCString 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
-
-
Constructor Summary
Constructors Constructor Description NCString(java.lang.String value)
Create aNCString
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
Force subclasses to implement.int
getType()
Returns the type of thisNCType
object.int
hashCode()
Force subclasses to implement.java.lang.String
string()
Returns the String value of this objectjava.lang.String
toString()
Force subclasses to implement.-
Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize
-
-
-
-
Method Detail
-
string
public java.lang.String string()
Returns the String value of this object- Returns:
- String value of this object
-
getType
public int getType()
Description copied from class:NCType
Returns the type of thisNCType
object.
-
hashCode
public int hashCode()
Description copied from class:NCType
Force subclasses to implement.
-
equals
public boolean equals(java.lang.Object other)
Description copied from class:NCType
Force subclasses to implement.
-
-