Enum ChromosomeHuman
- java.lang.Object
-
- java.lang.Enum<ChromosomeHuman>
-
- org.hl7.fhir.dstu2016may.model.codesystems.ChromosomeHuman
-
- All Implemented Interfaces:
Serializable,Comparable<ChromosomeHuman>
public enum ChromosomeHuman extends Enum<ChromosomeHuman>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1chromsome 1_10chromsome 10_11chromsome 11_12chromsome 12_13chromsome 13_14chromsome 14_15chromsome 15_16chromsome 16_17chromsome 17_18chromsome 18_19chromsome 19_2chromsome 2_20chromsome 20_21chromsome 21_22chromsome 22_3chromsome 3_4chromsome 4_5chromsome 5_6chromsome 6_7chromsome 7_8chromsome 8_9chromsome 9NULLadded to help the parsersXchromsome XYchromsome 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
chromsome 1
-
_2
public static final ChromosomeHuman _2
chromsome 2
-
_3
public static final ChromosomeHuman _3
chromsome 3
-
_4
public static final ChromosomeHuman _4
chromsome 4
-
_5
public static final ChromosomeHuman _5
chromsome 5
-
_6
public static final ChromosomeHuman _6
chromsome 6
-
_7
public static final ChromosomeHuman _7
chromsome 7
-
_8
public static final ChromosomeHuman _8
chromsome 8
-
_9
public static final ChromosomeHuman _9
chromsome 9
-
_10
public static final ChromosomeHuman _10
chromsome 10
-
_11
public static final ChromosomeHuman _11
chromsome 11
-
_12
public static final ChromosomeHuman _12
chromsome 12
-
_13
public static final ChromosomeHuman _13
chromsome 13
-
_14
public static final ChromosomeHuman _14
chromsome 14
-
_15
public static final ChromosomeHuman _15
chromsome 15
-
_16
public static final ChromosomeHuman _16
chromsome 16
-
_17
public static final ChromosomeHuman _17
chromsome 17
-
_18
public static final ChromosomeHuman _18
chromsome 18
-
_19
public static final ChromosomeHuman _19
chromsome 19
-
_20
public static final ChromosomeHuman _20
chromsome 20
-
_21
public static final ChromosomeHuman _21
chromsome 21
-
_22
public static final ChromosomeHuman _22
chromsome 22
-
X
public static final ChromosomeHuman X
chromsome X
-
Y
public static final ChromosomeHuman Y
chromsome 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()
-
-