
Package org.hl7.fhir.r5.model
Enum Class ArtifactAssessment.ArtifactAssessmentInformationType
java.lang.Object
java.lang.Enum<ArtifactAssessment.ArtifactAssessmentInformationType>
org.hl7.fhir.r5.model.ArtifactAssessment.ArtifactAssessmentInformationType
- All Implemented Interfaces:
Serializable
,Comparable<ArtifactAssessment.ArtifactAssessmentInformationType>
,Constable
- Enclosing class:
ArtifactAssessment
public static enum ArtifactAssessment.ArtifactAssessmentInformationType
extends Enum<ArtifactAssessment.ArtifactAssessmentInformationType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA change request for the artifactA classifier of the artifactA comment on the artifactA container for multiple componentsadded to help the parsers with the generic typesA rating of the artifactA response to a comment -
Method Summary
-
Enum Constant Details
-
COMMENT
A comment on the artifact -
CLASSIFIER
A classifier of the artifact -
RATING
A rating of the artifact -
CONTAINER
A container for multiple components -
RESPONSE
A response to a comment -
CHANGEREQUEST
A change request for the artifact -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
public static ArtifactAssessment.ArtifactAssessmentInformationType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-