public static enum OtclConstants.ALGORITHM_ID extends Enum<OtclConstants.ALGORITHM_ID>
| Enum Constant and Description |
|---|
COLLECTIONS
The collections.
|
CONVERTER
The converter.
|
COPYVALUES
The copyvalues.
|
FLAT
The flat.
|
MODULE
The module.
|
| Modifier and Type | Method and Description |
|---|---|
static OtclConstants.ALGORITHM_ID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtclConstants.ALGORITHM_ID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OtclConstants.ALGORITHM_ID COPYVALUES
public static final OtclConstants.ALGORITHM_ID MODULE
public static final OtclConstants.ALGORITHM_ID CONVERTER
public static final OtclConstants.ALGORITHM_ID FLAT
public static final OtclConstants.ALGORITHM_ID COLLECTIONS
public static OtclConstants.ALGORITHM_ID[] values()
for (OtclConstants.ALGORITHM_ID c : OtclConstants.ALGORITHM_ID.values()) System.out.println(c);
public static OtclConstants.ALGORITHM_ID 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 © 2021. All rights reserved.