public final class NCString extends NCType
TYPE_BOOLEAN, TYPE_BYTEBUFFER, TYPE_DATE, TYPE_DOUBLE, TYPE_INTEGER, TYPE_LIST, TYPE_LONG, TYPE_MAP, TYPE_NULL, TYPE_STRING
Constructor and Description |
---|
NCString(java.lang.String value)
Create a
NCString instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Force subclasses to implement.
|
int |
getType()
Returns the type of this
NCType object. |
int |
hashCode()
Force subclasses to implement.
|
java.lang.String |
string()
Returns the String value of this object
|
java.lang.String |
toString()
Force subclasses to implement.
|
externalize
public NCString(java.lang.String value)
NCString
instance.value
- String value of the created instancepublic java.lang.String string()
public int getType()
NCType
NCType
object.public int hashCode()
NCType
public boolean equals(java.lang.Object other)
NCType
Copyright © 2010 - 2020 Adobe. All Rights Reserved