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 Constants Enum Constant Description CHANGEREQUESTA change request for the artifactCLASSIFIERA classifier of the artifactCOMMENTA comment on the artifactCONTAINERA container for multiple componentsNULLadded to help the parsers with the generic typesRATINGA rating of the artifactRESPONSEA response to a comment
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArtifactAssessment.ArtifactAssessmentInformationTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ArtifactAssessment.ArtifactAssessmentInformationTypevalueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactAssessment.ArtifactAssessmentInformationType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COMMENT
public static final ArtifactAssessment.ArtifactAssessmentInformationType COMMENT
A comment on the artifact
-
CLASSIFIER
public static final ArtifactAssessment.ArtifactAssessmentInformationType CLASSIFIER
A classifier of the artifact
-
RATING
public static final ArtifactAssessment.ArtifactAssessmentInformationType RATING
A rating of the artifact
-
CONTAINER
public static final ArtifactAssessment.ArtifactAssessmentInformationType CONTAINER
A container for multiple components
-
RESPONSE
public static final ArtifactAssessment.ArtifactAssessmentInformationType RESPONSE
A response to a comment
-
CHANGEREQUEST
public static final ArtifactAssessment.ArtifactAssessmentInformationType CHANGEREQUEST
A change request for the artifact
-
NULL
public static final ArtifactAssessment.ArtifactAssessmentInformationType NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static ArtifactAssessment.ArtifactAssessmentInformationType[] 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 (ArtifactAssessment.ArtifactAssessmentInformationType c : ArtifactAssessment.ArtifactAssessmentInformationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ArtifactAssessment.ArtifactAssessmentInformationType 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 ArtifactAssessment.ArtifactAssessmentInformationType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-