public static enum ValueInstance.Type extends Enum<ValueInstance.Type>
Enum Constant and Description |
---|
alphabet |
encodingAlgorithm |
indexedString |
Modifier and Type | Method and Description |
---|---|
static ValueInstance.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueInstance.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueInstance.Type encodingAlgorithm
public static final ValueInstance.Type alphabet
public static final ValueInstance.Type indexedString
public static ValueInstance.Type[] values()
for (ValueInstance.Type c : ValueInstance.Type.values()) System.out.println(c);
public static ValueInstance.Type 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 © 2022 Oracle Corpration. All rights reserved.