Enum CompositionTestDataCanonicalXML
- java.lang.Object
-
- java.lang.Enum<CompositionTestDataCanonicalXML>
-
- org.ehrbase.test_data.composition.CompositionTestDataCanonicalXML
-
- All Implemented Interfaces:
Serializable,Comparable<CompositionTestDataCanonicalXML>
public enum CompositionTestDataCanonicalXML extends Enum<CompositionTestDataCanonicalXML>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamgetStream()static CompositionTestDataCanonicalXMLvalueOf(String name)Returns the enum constant of this type with the specified name.static CompositionTestDataCanonicalXML[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ALL_TYPES
public static final CompositionTestDataCanonicalXML ALL_TYPES
-
DIADEM
public static final CompositionTestDataCanonicalXML DIADEM
-
DIADEM_DEFAULT_SCHEMA
public static final CompositionTestDataCanonicalXML DIADEM_DEFAULT_SCHEMA
-
RIPPLE_CONFORMANCE_FULL
public static final CompositionTestDataCanonicalXML RIPPLE_CONFORMANCE_FULL
-
RIPPLE_COMFORMANCE_ACTION
public static final CompositionTestDataCanonicalXML RIPPLE_COMFORMANCE_ACTION
-
RIPPLE_COMFORMANCE_ADMIN_ENTRY
public static final CompositionTestDataCanonicalXML RIPPLE_COMFORMANCE_ADMIN_ENTRY
-
RIPPLE_COMFORMANCE_EVALUATION
public static final CompositionTestDataCanonicalXML RIPPLE_COMFORMANCE_EVALUATION
-
RIPPLE_COMFORMANCE_OBSERVATION_DEMO
public static final CompositionTestDataCanonicalXML RIPPLE_COMFORMANCE_OBSERVATION_DEMO
-
RIPPLE_COMFORMANCE_OBSERVATION_PULSE
public static final CompositionTestDataCanonicalXML RIPPLE_COMFORMANCE_OBSERVATION_PULSE
-
RIPPLE_COMFORMANCE_INSTRUCTION
public static final CompositionTestDataCanonicalXML RIPPLE_COMFORMANCE_INSTRUCTION
-
REGISTRO_DE_ATENDIMENTO
public static final CompositionTestDataCanonicalXML REGISTRO_DE_ATENDIMENTO
-
ALL_TYPES_FIXED
public static final CompositionTestDataCanonicalXML ALL_TYPES_FIXED
-
ALL_TYPES_INVALID_PARTICIPATIONS
public static final CompositionTestDataCanonicalXML ALL_TYPES_INVALID_PARTICIPATIONS
-
ALL_TYPES_NO_CONTENT
public static final CompositionTestDataCanonicalXML ALL_TYPES_NO_CONTENT
-
FEEDER_AUDIT
public static final CompositionTestDataCanonicalXML FEEDER_AUDIT
-
-
Method Detail
-
values
public static CompositionTestDataCanonicalXML[] 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 (CompositionTestDataCanonicalXML c : CompositionTestDataCanonicalXML.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CompositionTestDataCanonicalXML 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()
-
-