Enum ContributionTestDataCanonicalJson
- java.lang.Object
-
- java.lang.Enum<ContributionTestDataCanonicalJson>
-
- org.ehrbase.test_data.contribution.ContributionTestDataCanonicalJson
-
- All Implemented Interfaces:
Serializable,Comparable<ContributionTestDataCanonicalJson>
public enum ContributionTestDataCanonicalJson extends Enum<ContributionTestDataCanonicalJson>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ONE_ENTRY_COMPOSITIONONE_ENTRY_COMPOSITION_DELETION_LATESTONE_ENTRY_COMPOSITION_LATESTONE_ENTRY_COMPOSITION_MODIFICATION_LATESTSTATUS_COMPOITION_MODIFICATIONTWO_ENTRIES_COMPOSITION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetStream()static ContributionTestDataCanonicalJsonvalueOf(String name)Returns the enum constant of this type with the specified name.static ContributionTestDataCanonicalJson[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ONE_ENTRY_COMPOSITION
public static final ContributionTestDataCanonicalJson ONE_ENTRY_COMPOSITION
-
TWO_ENTRIES_COMPOSITION
public static final ContributionTestDataCanonicalJson TWO_ENTRIES_COMPOSITION
-
STATUS_COMPOITION_MODIFICATION
public static final ContributionTestDataCanonicalJson STATUS_COMPOITION_MODIFICATION
-
ONE_ENTRY_COMPOSITION_LATEST
public static final ContributionTestDataCanonicalJson ONE_ENTRY_COMPOSITION_LATEST
-
ONE_ENTRY_COMPOSITION_MODIFICATION_LATEST
public static final ContributionTestDataCanonicalJson ONE_ENTRY_COMPOSITION_MODIFICATION_LATEST
-
ONE_ENTRY_COMPOSITION_DELETION_LATEST
public static final ContributionTestDataCanonicalJson ONE_ENTRY_COMPOSITION_DELETION_LATEST
-
-
Method Detail
-
values
public static ContributionTestDataCanonicalJson[] 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 (ContributionTestDataCanonicalJson c : ContributionTestDataCanonicalJson.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ContributionTestDataCanonicalJson 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()
-
-