Enum WebTemplateTestData
- java.lang.Object
-
- java.lang.Enum<WebTemplateTestData>
-
- org.ehrbase.test_data.webtemplate.WebTemplateTestData
-
- All Implemented Interfaces:
Serializable,Comparable<WebTemplateTestData>
public enum WebTemplateTestData extends Enum<WebTemplateTestData>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADDICTIONALL_TYPESALTERNATIVE_EVENTSCONSTRAIN_TESTCORONAGECCO_DIAGNOSEGECCO_SEROLOGISCHER_BEFUNDINITIAL_ASSESSMENTIPS_TEMPLATELANGUAGE_TESTMULTI_OCCURRENCETESTING_TEMPLATE_N
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetStream()StringtoString()static WebTemplateTestDatavalueOf(String name)Returns the enum constant of this type with the specified name.static WebTemplateTestData[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALTERNATIVE_EVENTS
public static final WebTemplateTestData ALTERNATIVE_EVENTS
-
CORONA
public static final WebTemplateTestData CORONA
-
MULTI_OCCURRENCE
public static final WebTemplateTestData MULTI_OCCURRENCE
-
ALL_TYPES
public static final WebTemplateTestData ALL_TYPES
-
INITIAL_ASSESSMENT
public static final WebTemplateTestData INITIAL_ASSESSMENT
-
CONSTRAIN_TEST
public static final WebTemplateTestData CONSTRAIN_TEST
-
LANGUAGE_TEST
public static final WebTemplateTestData LANGUAGE_TEST
-
GECCO_SEROLOGISCHER_BEFUND
public static final WebTemplateTestData GECCO_SEROLOGISCHER_BEFUND
-
ADDICTION
public static final WebTemplateTestData ADDICTION
-
GECCO_DIAGNOSE
public static final WebTemplateTestData GECCO_DIAGNOSE
-
TESTING_TEMPLATE_N
public static final WebTemplateTestData TESTING_TEMPLATE_N
-
IPS_TEMPLATE
public static final WebTemplateTestData IPS_TEMPLATE
-
-
Method Detail
-
values
public static WebTemplateTestData[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WebTemplateTestData c : WebTemplateTestData.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WebTemplateTestData valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getStream
public InputStream getStream()
-
toString
public String toString()
- Overrides:
toStringin classEnum<WebTemplateTestData>
-
-