@Deprecated public static enum TestBaseUtils.CodebaseType extends Enum<TestBaseUtils.CodebaseType>
| Enum Constant and Description |
|---|
LEGACY
Deprecated.
|
NEW
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TestBaseUtils.CodebaseType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TestBaseUtils.CodebaseType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestBaseUtils.CodebaseType LEGACY
public static final TestBaseUtils.CodebaseType NEW
public static TestBaseUtils.CodebaseType[] values()
for (TestBaseUtils.CodebaseType c : TestBaseUtils.CodebaseType.values()) System.out.println(c);
public static TestBaseUtils.CodebaseType 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 © 2014–2018 The Apache Software Foundation. All rights reserved.