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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Force subclasses to implement.intgetType()Returns the type of thisNCTypeobject.inthashCode()Force subclasses to implement.Stringstring()Returns the String value of this objectStringtoString()Force subclasses to implement.-
Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize
-
-
-
-
Constructor Detail
-
NCString
public NCString(String value)
Create aNCStringinstance.- Parameters:
value- String value of the created instance
-
-
Method Detail
-
string
public String string()
Returns the String value of this object- Returns:
- String value of this object
-
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.- Specified by:
hashCodein classNCType- See Also:
Object.hashCode()
-
equals
public boolean equals(Object other)
Description copied from class:NCTypeForce subclasses to implement.- Specified by:
equalsin classNCType- See Also:
Object.equals(java.lang.Object)
-
toString
public String toString()
Description copied from class:NCTypeForce subclasses to implement.- Specified by:
toStringin classNCType- See Also:
Object.toString()
-
-