public enum PropertyPreviewSubtype extends Enum<PropertyPreviewSubtype>
| Enum Constant and Description |
|---|
ARRAY |
DATE |
ERROR |
GENERATOR |
ITERATOR |
MAP |
NODE |
NULL |
REGEXP |
SET |
WEAKMAP |
WEAKSET |
| Modifier and Type | Method and Description |
|---|---|
static PropertyPreviewSubtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyPreviewSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyPreviewSubtype ARRAY
public static final PropertyPreviewSubtype NULL
public static final PropertyPreviewSubtype NODE
public static final PropertyPreviewSubtype REGEXP
public static final PropertyPreviewSubtype DATE
public static final PropertyPreviewSubtype MAP
public static final PropertyPreviewSubtype SET
public static final PropertyPreviewSubtype WEAKMAP
public static final PropertyPreviewSubtype WEAKSET
public static final PropertyPreviewSubtype ITERATOR
public static final PropertyPreviewSubtype GENERATOR
public static final PropertyPreviewSubtype ERROR
public static PropertyPreviewSubtype[] values()
for (PropertyPreviewSubtype c : PropertyPreviewSubtype.values()) System.out.println(c);
public static PropertyPreviewSubtype 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 © 2020. All rights reserved.