protected static enum CompactMap.LogicalValueType extends Enum<CompactMap.LogicalValueType>
Modifier and Type | Method and Description |
---|---|
static CompactMap.LogicalValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompactMap.LogicalValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompactMap.LogicalValueType EMPTY
public static final CompactMap.LogicalValueType OBJECT
public static final CompactMap.LogicalValueType ENTRY
public static final CompactMap.LogicalValueType MAP
public static final CompactMap.LogicalValueType ARRAY
public static CompactMap.LogicalValueType[] values()
for (CompactMap.LogicalValueType c : CompactMap.LogicalValueType.values()) System.out.println(c);
public static CompactMap.LogicalValueType 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 © 2024. All rights reserved.