Uses of Class
org.hl7.fhir.r4.fhirpath.ExpressionNode.CollectionStatus
-
Packages that use ExpressionNode.CollectionStatus Package Description org.hl7.fhir.r4.fhirpath -
-
Uses of ExpressionNode.CollectionStatus in org.hl7.fhir.r4.fhirpath
Methods in org.hl7.fhir.r4.fhirpath that return ExpressionNode.CollectionStatus Modifier and Type Method Description ExpressionNode.CollectionStatusTypeDetails. getCollectionStatus()static ExpressionNode.CollectionStatusExpressionNode.CollectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpressionNode.CollectionStatus[]ExpressionNode.CollectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hl7.fhir.r4.fhirpath with parameters of type ExpressionNode.CollectionStatus Constructor Description TypeDetails(ExpressionNode.CollectionStatus collectionStatus, String... names)TypeDetails(ExpressionNode.CollectionStatus collectionStatus, Set<String> names)TypeDetails(ExpressionNode.CollectionStatus collectionStatus, TypeDetails.ProfiledType pt)
-