Uses of Class
org.hl7.fhir.r4.model.ExpressionNode.CollectionStatus
-
Packages that use ExpressionNode.CollectionStatus Package Description org.hl7.fhir.r4.model -
-
Uses of ExpressionNode.CollectionStatus in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model 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.model 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)
-