public enum TestAppliesTo extends Enum<TestAppliesTo>
TestAppliesTo class.
| Enum Constant and Description |
|---|
Application
Application: When the tests are specific to an application only
|
Dataset
Dataset: When the tests applies to a dataset only (i.e.
|
EnrichedSchema
EnrichedSchema: When the tests applies to an ontology / vocabulary enriched with
external (semi-)automatic approaches
|
Schema
Schema: When the tests applies to an ontology / vocabulary
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUri()
getUri.
|
static TestAppliesTo |
resolve(String value)
Resolves a full URI/IRI to an enum
|
String |
toString() |
static TestAppliesTo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestAppliesTo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestAppliesTo Schema
public static final TestAppliesTo EnrichedSchema
public static final TestAppliesTo Dataset
public static final TestAppliesTo Application
public static TestAppliesTo[] values()
for (TestAppliesTo c : TestAppliesTo.values()) System.out.println(c);
public static TestAppliesTo 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()
getUri.
public String toString()
toString in class Enum<TestAppliesTo>public static TestAppliesTo resolve(String value)
value - the URI/IRI we want to resolveCopyright © 2015. All rights reserved.