public static enum ScanImporter.JSONStructure extends Enum<ScanImporter.JSONStructure>
| Enum Constant and Description |
|---|
LIST_OF_OBJECTS |
NONE |
OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static ScanImporter.JSONStructure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanImporter.JSONStructure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanImporter.JSONStructure OBJECT
public static final ScanImporter.JSONStructure LIST_OF_OBJECTS
public static final ScanImporter.JSONStructure NONE
public static ScanImporter.JSONStructure[] values()
for (ScanImporter.JSONStructure c : ScanImporter.JSONStructure.values()) System.out.println(c);
public static ScanImporter.JSONStructure valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.