Enum CatalogItemRelationType
java.lang.Object
java.lang.Enum<CatalogItemRelationType>
org.hl7.fhir.dstu3.model.codesystems.CatalogItemRelationType
- All Implemented Interfaces:
Serializable
,Comparable<CatalogItemRelationType>
-
Enum Constant Summary
Enum ConstantDescriptionThe entry combines with the related entryThe entry contains the related entry as a substanceadded to help the parsersThe entry is a package that contains the related entryThe entry is contained in the related entryThe entry requires the related entry for use -
Method Summary
Modifier and TypeMethodDescriptionstatic CatalogItemRelationType
toCode()
static CatalogItemRelationType
Returns the enum constant of this type with the specified name.static CatalogItemRelationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PKGCONTAINS
The entry is a package that contains the related entry -
PKGISCONTAINEDIN
The entry is contained in the related entry -
CONTAINSSBST
The entry contains the related entry as a substance -
COMBINESWITH
The entry combines with the related entry -
REQUIRES
The entry requires the related entry for use -
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 CatalogItemRelationType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-