Enum HspcLocationCondition
- java.lang.Object
-
- java.lang.Enum<HspcLocationCondition>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcLocationCondition
-
- All Implemented Interfaces:
Serializable,Comparable<HspcLocationCondition>
public enum HspcLocationCondition extends Enum<HspcLocationCondition>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _182843The assigned service delivery location is currently occupied._182845The assigned service delivery location is currently dirty, awaiting cleaning._528112801The assigned service delivery location has been cleaned, awaiting occupancy.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcLocationConditionfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcLocationConditionvalueOf(String name)Returns the enum constant of this type with the specified name.static HspcLocationCondition[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_182845
public static final HspcLocationCondition _182845
The assigned service delivery location is currently dirty, awaiting cleaning.
-
_528112801
public static final HspcLocationCondition _528112801
The assigned service delivery location has been cleaned, awaiting occupancy.
-
_182843
public static final HspcLocationCondition _182843
The assigned service delivery location is currently occupied.
-
NULL
public static final HspcLocationCondition NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcLocationCondition[] 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 (HspcLocationCondition c : HspcLocationCondition.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcLocationCondition 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
-
fromCode
public static HspcLocationCondition fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-