Enum ChromosomeHuman
- java.lang.Object
-
- java.lang.Enum<ChromosomeHuman>
-
- org.hl7.fhir.dstu3.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 9NULLadded to help the parsersXchromosome XYchromosome 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()
-
-