public static enum VariantDictionary.EntryType extends Enum<VariantDictionary.EntryType>
| Enum Constant and Description |
|---|
ARRAY |
BOOL |
INT32 |
INT64 |
STRING |
UINT32 |
UINT64 |
| Modifier and Type | Method and Description |
|---|---|
static VariantDictionary.EntryType |
get(byte type) |
static VariantDictionary.EntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariantDictionary.EntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariantDictionary.EntryType UINT32
public static final VariantDictionary.EntryType UINT64
public static final VariantDictionary.EntryType BOOL
public static final VariantDictionary.EntryType INT32
public static final VariantDictionary.EntryType INT64
public static final VariantDictionary.EntryType STRING
public static final VariantDictionary.EntryType ARRAY
public static VariantDictionary.EntryType[] values()
for (VariantDictionary.EntryType c : VariantDictionary.EntryType.values()) System.out.println(c);
public static VariantDictionary.EntryType 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 nullpublic static VariantDictionary.EntryType get(byte type)
Copyright © 2025. All rights reserved.