public enum BreinEngineType extends java.lang.Enum<BreinEngineType>
| Enum Constant and Description |
|---|
JERSEY_ENGINE |
NO_ENGINE |
UNIREST_ENGINE |
| Modifier and Type | Method and Description |
|---|---|
static BreinEngineType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinEngineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinEngineType UNIREST_ENGINE
public static final BreinEngineType JERSEY_ENGINE
public static final BreinEngineType NO_ENGINE
public static BreinEngineType[] values()
for (BreinEngineType c : BreinEngineType.values()) System.out.println(c);
public static BreinEngineType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © Breinify - All Rights Reserved.