Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
org.hl7.fhir.r4.model.Extension
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Methods inherited from interface de.gematik.bbriccs.fhir.coding.FromValueSet
asCodeableConcept, asCodeableConcept, asCodeableConcept, asCodeableConcept, asCoding, asCoding, asCoding, asCoding, getCode, getDisplay
Enum Constant Details
DUMMY
public static final Wop DUMMY
SCHLESWIG_HOLSTEIN
public static final Wop SCHLESWIG_HOLSTEIN
HAMBURG
public static final Wop HAMBURG
BREMEN
public static final Wop BREMEN
NIEDERSACHSEN
public static final Wop NIEDERSACHSEN
WESTFALEN_LIPPE
public static final Wop WESTFALEN_LIPPE
NORDRHEIN
public static final Wop NORDRHEIN
HESSEN
public static final Wop HESSEN
KOBLENZ
public static final Wop KOBLENZ
RHEINHESSEN
public static final Wop RHEINHESSEN
PFALZ
public static final Wop PFALZ
TRIER
public static final Wop TRIER
RHEINLAND_PFALZ
public static final Wop RHEINLAND_PFALZ
BADEN_WUERTTEMBERG
public static final Wop BADEN_WUERTTEMBERG
NORD_BADEN
public static final Wop NORD_BADEN
SUED_BADEN
public static final Wop SUED_BADEN
NORD_WUERTTEMBERG
public static final Wop NORD_WUERTTEMBERG
SUED_WUERTTEMBERG
public static final Wop SUED_WUERTTEMBERG
BAYERN
public static final Wop BAYERN
BERLIN
public static final Wop BERLIN
SAARLAND
public static final Wop SAARLAND
MECKLENBURG_VORPOMMERN
public static final Wop MECKLENBURG_VORPOMMERN
BRANDENBURG
public static final Wop BRANDENBURG
SACHSEN_ANHALT
public static final Wop SACHSEN_ANHALT
THUERINGEN
public static final Wop THUERINGEN
SACHSEN
public static final Wop SACHSEN
Method Details
values
public static Wop [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (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 class has no constant with the specified name
NullPointerException - if the argument is null
getCodeSystem
Specified by:
getCodeSystem in interface de.gematik.bbriccs.fhir.coding.FromValueSet
asExtension
public org.hl7.fhir.r4.model.Extension asExtension ()