public class JsonObjectValue extends java.lang.Object implements IJsonObjectValue
TYPEMODEL_ID| Constructor and Description |
|---|
JsonObjectValue(java.io.DataInputStream stream)
factory constructor
|
JsonObjectValue(java.lang.String value)
cosntructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
modelID()
returns the identifier of the debug model
|
java.lang.String |
stringValue()
returns the string value of this object
|
java.lang.String |
toString()
returns a string representation of this value.
|
java.lang.String |
type()
returns the type of this value.
|
void |
write(java.io.DataOutputStream stream)
writes the json object
|
public JsonObjectValue(java.lang.String value)
public JsonObjectValue(java.io.DataInputStream stream)
throws java.io.IOException,
InvalidValueException
java.io.IOExceptionInvalidValueExceptionpublic java.lang.String modelID()
modelID in interface IModelExtensionpublic java.lang.String type()
public java.lang.String toString()
public java.lang.String stringValue()
stringValue in interface IJsonObjectValuepublic void write(java.io.DataOutputStream stream)
throws java.io.IOException
java.io.IOException