Package ca.uhn.fhir.model.dstu2.valueset
Enum KOStitleEnum
- All Implemented Interfaces:
Serializable
,Comparable<KOStitleEnum>
-
Enum Constant Summary
Enum ConstantDescriptionCode Value: 113000Code Value: 113001Code Value: 113002Code Value: 113003Code Value: 113004Code Value: 113005Code Value: 113006Code Value: 113007Code Value: 113008Code Value: 113009Code Value: 113010Code Value: 113013Code Value: 113018Code Value: 113020Code Value: 113021Code Value: 113030Code Value: 113031Code Value: 113032Code Value: 113033Code Value: 113034Code Value: 113035Code Value: 113036Code Value: 113037Code Value: 113038Code Value: 113039 -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<KOStitleEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: KOStitle -
Method Summary
Modifier and TypeMethodDescriptionstatic KOStitleEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic KOStitleEnum
Returns the enum constant of this type with the specified name.static KOStitleEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_113000
Code Value: 113000 -
_113001
Code Value: 113001 -
_113002
Code Value: 113002 -
_113003
Code Value: 113003 -
_113004
Code Value: 113004 -
_113005
Code Value: 113005 -
_113006
Code Value: 113006 -
_113007
Code Value: 113007 -
_113008
Code Value: 113008 -
_113009
Code Value: 113009 -
_113010
Code Value: 113010 -
_113013
Code Value: 113013 -
_113018
Code Value: 113018 -
_113020
Code Value: 113020 -
_113021
Code Value: 113021 -
_113030
Code Value: 113030 -
_113031
Code Value: 113031 -
_113032
Code Value: 113032 -
_113033
Code Value: 113033 -
_113034
Code Value: 113034 -
_113035
Code Value: 113035 -
_113036
Code Value: 113036 -
_113037
Code Value: 113037 -
_113038
Code Value: 113038 -
_113039
Code Value: 113039
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: KOStitle- See Also:
-
VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-