Package org.hl7.fhir.r5.model
Enum CapabilityStatement2.CapabilityFeature
- java.lang.Object
-
- java.lang.Enum<CapabilityStatement2.CapabilityFeature>
-
- org.hl7.fhir.r5.model.CapabilityStatement2.CapabilityFeature
-
- All Implemented Interfaces:
Serializable,Comparable<CapabilityStatement2.CapabilityFeature>
- Enclosing class:
- CapabilityStatement2
public static enum CapabilityStatement2.CapabilityFeature extends Enum<CapabilityStatement2.CapabilityFeature>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CONDITIONALCREATECONDITIONALDELETECONDITIONALREADCONDITIONALUPDATEFEATUREHEADERNULLadded to help the parsers with the generic typesREADHISTORYREFERENCEPOLICYSEARCHINCLUDESEARCHREVINCLUDESECURITYCORSSECURITYSERVICEUPDATECREATEVERSIONING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CapabilityStatement2.CapabilityFeaturefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static CapabilityStatement2.CapabilityFeaturevalueOf(String name)Returns the enum constant of this type with the specified name.static CapabilityStatement2.CapabilityFeature[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FEATUREHEADER
public static final CapabilityStatement2.CapabilityFeature FEATUREHEADER
-
SECURITYCORS
public static final CapabilityStatement2.CapabilityFeature SECURITYCORS
-
SECURITYSERVICE
public static final CapabilityStatement2.CapabilityFeature SECURITYSERVICE
-
VERSIONING
public static final CapabilityStatement2.CapabilityFeature VERSIONING
-
READHISTORY
public static final CapabilityStatement2.CapabilityFeature READHISTORY
-
UPDATECREATE
public static final CapabilityStatement2.CapabilityFeature UPDATECREATE
-
CONDITIONALCREATE
public static final CapabilityStatement2.CapabilityFeature CONDITIONALCREATE
-
CONDITIONALREAD
public static final CapabilityStatement2.CapabilityFeature CONDITIONALREAD
-
CONDITIONALUPDATE
public static final CapabilityStatement2.CapabilityFeature CONDITIONALUPDATE
-
CONDITIONALDELETE
public static final CapabilityStatement2.CapabilityFeature CONDITIONALDELETE
-
REFERENCEPOLICY
public static final CapabilityStatement2.CapabilityFeature REFERENCEPOLICY
-
SEARCHINCLUDE
public static final CapabilityStatement2.CapabilityFeature SEARCHINCLUDE
-
SEARCHREVINCLUDE
public static final CapabilityStatement2.CapabilityFeature SEARCHREVINCLUDE
-
NULL
public static final CapabilityStatement2.CapabilityFeature NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static CapabilityStatement2.CapabilityFeature[] 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 (CapabilityStatement2.CapabilityFeature c : CapabilityStatement2.CapabilityFeature.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CapabilityStatement2.CapabilityFeature 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 CapabilityStatement2.CapabilityFeature fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-