public class JIPString extends JIPTerm
JIPTerm
,
Serialized FormModifier and Type | Method and Description |
---|---|
static JIPString |
create(JIPList string)
Creates a new JIPString object from a list of characters
|
static JIPString |
create(String strString)
Creates a new JIPString object from a string
|
String |
getStringValue()
Returns the string
|
public static final JIPString create(String strString)
strString
- JIPString object from a stringpublic static final JIPString create(JIPList string)
string
- JIPList objectpublic final String getStringValue()