public enum TestGenerationType extends Enum<TestGenerationType>
| Enum Constant and Description |
|---|
AutoGenerated
AutoGenerated: This test was created automatically
|
ManuallyGenerated
ManuallyGenerated: This test was created manually
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUri() |
static TestGenerationType |
resolve(String value)
Resolves a full URI/IRI to an enum
|
String |
toString() |
static TestGenerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGenerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestGenerationType AutoGenerated
public static final TestGenerationType ManuallyGenerated
public static TestGenerationType[] values()
for (TestGenerationType c : TestGenerationType.values()) System.out.println(c);
public static TestGenerationType 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 String getUri()
public String toString()
toString in class Enum<TestGenerationType>public static TestGenerationType resolve(String value)
value - the URI/IRI we want to resolveCopyright © 2014. All rights reserved.