Enum ChromosomeHuman
- java.lang.Object
-
- java.lang.Enum<ChromosomeHuman>
-
- org.hl7.fhir.r4.model.codesystems.ChromosomeHuman
-
- All Implemented Interfaces:
Serializable,Comparable<ChromosomeHuman>
public enum ChromosomeHuman extends Enum<ChromosomeHuman>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1chromosome 1._10chromosome 10._11chromosome 11._12chromosome 12._13chromosome 13._14chromosome 14._15chromosome 15._16chromosome 16._17chromosome 17._18chromosome 18._19chromosome 19._2chromosome 2._20chromosome 20._21chromosome 21._22chromosome 22._3chromosome 3._4chromosome 4._5chromosome 5._6chromosome 6._7chromosome 7._8chromosome 8._9chromosome 9.NULLadded to help the parsersXchromosome X.Ychromosome Y.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChromosomeHumanfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ChromosomeHumanvalueOf(String name)Returns the enum constant of this type with the specified name.static ChromosomeHuman[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final ChromosomeHuman _1
chromosome 1.
-
_2
public static final ChromosomeHuman _2
chromosome 2.
-
_3
public static final ChromosomeHuman _3
chromosome 3.
-
_4
public static final ChromosomeHuman _4
chromosome 4.
-
_5
public static final ChromosomeHuman _5
chromosome 5.
-
_6
public static final ChromosomeHuman _6
chromosome 6.
-
_7
public static final ChromosomeHuman _7
chromosome 7.
-
_8
public static final ChromosomeHuman _8
chromosome 8.
-
_9
public static final ChromosomeHuman _9
chromosome 9.
-
_10
public static final ChromosomeHuman _10
chromosome 10.
-
_11
public static final ChromosomeHuman _11
chromosome 11.
-
_12
public static final ChromosomeHuman _12
chromosome 12.
-
_13
public static final ChromosomeHuman _13
chromosome 13.
-
_14
public static final ChromosomeHuman _14
chromosome 14.
-
_15
public static final ChromosomeHuman _15
chromosome 15.
-
_16
public static final ChromosomeHuman _16
chromosome 16.
-
_17
public static final ChromosomeHuman _17
chromosome 17.
-
_18
public static final ChromosomeHuman _18
chromosome 18.
-
_19
public static final ChromosomeHuman _19
chromosome 19.
-
_20
public static final ChromosomeHuman _20
chromosome 20.
-
_21
public static final ChromosomeHuman _21
chromosome 21.
-
_22
public static final ChromosomeHuman _22
chromosome 22.
-
X
public static final ChromosomeHuman X
chromosome X.
-
Y
public static final ChromosomeHuman Y
chromosome Y.
-
NULL
public static final ChromosomeHuman NULL
added to help the parsers
-
-
Method Detail
-
values
public static ChromosomeHuman[] 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 (ChromosomeHuman c : ChromosomeHuman.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ChromosomeHuman 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 ChromosomeHuman fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-