Package | Description |
---|---|
com.oracle.javafx.jmx.json |
Modifier and Type | Field and Description |
---|---|
private JSONDocument.Type |
JSONDocument.type |
Modifier and Type | Method and Description |
---|---|
JSONDocument.Type |
JSONDocument.type()
Returns the type of the node
|
static JSONDocument.Type |
JSONDocument.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSONDocument.Type[] |
JSONDocument.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImmutableJSONDocument(JSONDocument.Type type) |
JSONDocument(JSONDocument.Type type)
Constructs an empty node of the specified type.
|
JSONDocument(JSONDocument.Type type,
int length) |