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(String value)
Create a
NCString instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Force subclasses to implement.
|
int |
getType()
Returns the type of this
NCType object. |
int |
hashCode()
Force subclasses to implement.
|
String |
string()
Returns the String value of this object
|
String |
toString()
Force subclasses to implement.
|
externalizepublic NCString(String value)
NCString instance.value - String value of the created instancepublic String string()
public int getType()
NCTypeNCType object.public int hashCode()
NCTypehashCode in class NCTypeObject.hashCode()public boolean equals(Object other)
NCTypeequals in class NCTypeObject.equals(java.lang.Object)public String toString()
NCTypetoString in class NCTypeObject.toString()Copyright © 2010 - 2020 Adobe. All Rights Reserved