Package ca.uhn.fhir.model.dstu2.valueset
Enum KOStitleEnum
- java.lang.Object
-
- java.lang.Enum<KOStitleEnum>
-
- ca.uhn.fhir.model.dstu2.valueset.KOStitleEnum
-
- All Implemented Interfaces:
Serializable,Comparable<KOStitleEnum>
public enum KOStitleEnum extends Enum<KOStitleEnum>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _113000Code Value: 113000_113001Code Value: 113001_113002Code Value: 113002_113003Code Value: 113003_113004Code Value: 113004_113005Code Value: 113005_113006Code Value: 113006_113007Code Value: 113007_113008Code Value: 113008_113009Code Value: 113009_113010Code Value: 113010_113013Code Value: 113013_113018Code Value: 113018_113020Code Value: 113020_113021Code Value: 113021_113030Code Value: 113030_113031Code Value: 113031_113032Code Value: 113032_113033Code Value: 113033_113034Code Value: 113034_113035Code Value: 113035_113036Code Value: 113036_113037Code Value: 113037_113038Code Value: 113038_113039Code Value: 113039
-
Field Summary
Fields Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<KOStitleEnum>VALUESET_BINDERConverts codes to their respective enumerated valuesstatic StringVALUESET_IDENTIFIERIdentifier for this Value Set:static StringVALUESET_NAMEName for this Value Set: KOStitle
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KOStitleEnumforCode(String theCode)Returns the enumerated value associated with this codeStringgetCode()Returns the code associated with this enumerated valueStringgetSystem()Returns the code system associated with this enumerated valuestatic KOStitleEnumvalueOf(String name)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 Detail
-
_113000
public static final KOStitleEnum _113000
Code Value: 113000
-
_113001
public static final KOStitleEnum _113001
Code Value: 113001
-
_113002
public static final KOStitleEnum _113002
Code Value: 113002
-
_113003
public static final KOStitleEnum _113003
Code Value: 113003
-
_113004
public static final KOStitleEnum _113004
Code Value: 113004
-
_113005
public static final KOStitleEnum _113005
Code Value: 113005
-
_113006
public static final KOStitleEnum _113006
Code Value: 113006
-
_113007
public static final KOStitleEnum _113007
Code Value: 113007
-
_113008
public static final KOStitleEnum _113008
Code Value: 113008
-
_113009
public static final KOStitleEnum _113009
Code Value: 113009
-
_113010
public static final KOStitleEnum _113010
Code Value: 113010
-
_113013
public static final KOStitleEnum _113013
Code Value: 113013
-
_113018
public static final KOStitleEnum _113018
Code Value: 113018
-
_113020
public static final KOStitleEnum _113020
Code Value: 113020
-
_113021
public static final KOStitleEnum _113021
Code Value: 113021
-
_113030
public static final KOStitleEnum _113030
Code Value: 113030
-
_113031
public static final KOStitleEnum _113031
Code Value: 113031
-
_113032
public static final KOStitleEnum _113032
Code Value: 113032
-
_113033
public static final KOStitleEnum _113033
Code Value: 113033
-
_113034
public static final KOStitleEnum _113034
Code Value: 113034
-
_113035
public static final KOStitleEnum _113035
Code Value: 113035
-
_113036
public static final KOStitleEnum _113036
Code Value: 113036
-
_113037
public static final KOStitleEnum _113037
Code Value: 113037
-
_113038
public static final KOStitleEnum _113038
Code Value: 113038
-
_113039
public static final KOStitleEnum _113039
Code Value: 113039
-
-
Field Detail
-
VALUESET_IDENTIFIER
public static final String VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
- Constant Field Values
-
VALUESET_NAME
public static final String VALUESET_NAME
Name for this Value Set: KOStitle- See Also:
- Constant Field Values
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<KOStitleEnum> VALUESET_BINDER
Converts codes to their respective enumerated values
-
-
Method Detail
-
values
public static KOStitleEnum[] 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 (KOStitleEnum c : KOStitleEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static KOStitleEnum 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
-
forCode
public static KOStitleEnum forCode(String theCode)
Returns the enumerated value associated with this code
-
-