Package org.hl7.fhir.r5.model
Enum ArtifactAssessment.ArtifactAssessmentDisposition
- java.lang.Object
-
- java.lang.Enum<ArtifactAssessment.ArtifactAssessmentDisposition>
-
- org.hl7.fhir.r5.model.ArtifactAssessment.ArtifactAssessmentDisposition
-
- All Implemented Interfaces:
Serializable,Comparable<ArtifactAssessment.ArtifactAssessmentDisposition>
- Enclosing class:
- ArtifactAssessment
public static enum ArtifactAssessment.ArtifactAssessmentDisposition extends Enum<ArtifactAssessment.ArtifactAssessmentDisposition>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOTPERSUASIVEThe comment is not persuasive (rejected in full)NOTPERSUASIVEWITHMODIFICATIONThe comment is not persuasive with modification (partially rejected)NULLadded to help the parsers with the generic typesPERSUASIVEThe comment is persuasive (accepted in full)PERSUASIVEWITHMODIFICATIONThe comment is persuasive with modification (partially accepted)UNRESOLVEDThe comment is unresolved
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArtifactAssessment.ArtifactAssessmentDispositionfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ArtifactAssessment.ArtifactAssessmentDispositionvalueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactAssessment.ArtifactAssessmentDisposition[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNRESOLVED
public static final ArtifactAssessment.ArtifactAssessmentDisposition UNRESOLVED
The comment is unresolved
-
NOTPERSUASIVE
public static final ArtifactAssessment.ArtifactAssessmentDisposition NOTPERSUASIVE
The comment is not persuasive (rejected in full)
-
PERSUASIVE
public static final ArtifactAssessment.ArtifactAssessmentDisposition PERSUASIVE
The comment is persuasive (accepted in full)
-
PERSUASIVEWITHMODIFICATION
public static final ArtifactAssessment.ArtifactAssessmentDisposition PERSUASIVEWITHMODIFICATION
The comment is persuasive with modification (partially accepted)
-
NOTPERSUASIVEWITHMODIFICATION
public static final ArtifactAssessment.ArtifactAssessmentDisposition NOTPERSUASIVEWITHMODIFICATION
The comment is not persuasive with modification (partially rejected)
-
NULL
public static final ArtifactAssessment.ArtifactAssessmentDisposition NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static ArtifactAssessment.ArtifactAssessmentDisposition[] 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.ArtifactAssessmentDisposition c : ArtifactAssessment.ArtifactAssessmentDisposition.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.ArtifactAssessmentDisposition 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.ArtifactAssessmentDisposition fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-