
Package org.hl7.fhir.r5.model
Enum ArtifactAssessment.ArtifactAssessmentInformationType
java.lang.Object
java.lang.Enum<ArtifactAssessment.ArtifactAssessmentInformationType>
org.hl7.fhir.r5.model.ArtifactAssessment.ArtifactAssessmentInformationType
- All Implemented Interfaces:
Serializable
,Comparable<ArtifactAssessment.ArtifactAssessmentInformationType>
- Enclosing class:
ArtifactAssessment
public static enum ArtifactAssessment.ArtifactAssessmentInformationType
extends Enum<ArtifactAssessment.ArtifactAssessmentInformationType>
-
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 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 ArtifactAssessment.ArtifactAssessmentInformationType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-