Package | Description |
---|---|
com.oracle.javafx.jmx.json |
Modifier and Type | Method and Description |
---|---|
JSONDocument.Type |
JSONDocument.type()
Returns the type of the node
|
static JSONDocument.Type |
JSONDocument.Type.valueOf(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 |
---|
JSONDocument(JSONDocument.Type type)
Constructs an empty node of the specified type.
|
Copyright © 2020. All rights reserved.