Enum ChromosomeHuman
- All Implemented Interfaces:
Serializable
,Comparable<ChromosomeHuman>
-
Enum Constant Summary
Enum ConstantDescriptionchromosome 1.chromosome 10.chromosome 11.chromosome 12.chromosome 13.chromosome 14.chromosome 15.chromosome 16.chromosome 17.chromosome 18.chromosome 19.chromosome 2.chromosome 20.chromosome 21.chromosome 22.chromosome 3.chromosome 4.chromosome 5.chromosome 6.chromosome 7.chromosome 8.chromosome 9.added to help the parserschromosome X.chromosome Y. -
Method Summary
Modifier and TypeMethodDescriptionstatic ChromosomeHuman
toCode()
static ChromosomeHuman
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 Details
-
_1
chromosome 1. -
_2
chromosome 2. -
_3
chromosome 3. -
_4
chromosome 4. -
_5
chromosome 5. -
_6
chromosome 6. -
_7
chromosome 7. -
_8
chromosome 8. -
_9
chromosome 9. -
_10
chromosome 10. -
_11
chromosome 11. -
_12
chromosome 12. -
_13
chromosome 13. -
_14
chromosome 14. -
_15
chromosome 15. -
_16
chromosome 16. -
_17
chromosome 17. -
_18
chromosome 18. -
_19
chromosome 19. -
_20
chromosome 20. -
_21
chromosome 21. -
_22
chromosome 22. -
X
chromosome X. -
Y
chromosome Y. -
NULL
added to help the parsers
-
-
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
-
fromCode
public static ChromosomeHuman fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-