Uses of Class
com.ibm.fhir.model.type.ElementDefinition.Constraint
-
Packages that use ElementDefinition.Constraint Package Description com.ibm.fhir.model.type -
-
Uses of ElementDefinition.Constraint in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return ElementDefinition.Constraint Modifier and Type Method Description ElementDefinition.ConstraintElementDefinition.Constraint.Builder. build()Build theElementDefinition.ConstraintMethods in com.ibm.fhir.model.type that return types with arguments of type ElementDefinition.Constraint Modifier and Type Method Description List<ElementDefinition.Constraint>ElementDefinition. getConstraint()Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.Methods in com.ibm.fhir.model.type with parameters of type ElementDefinition.Constraint Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. constraint(ElementDefinition.Constraint... constraint)Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.protected ElementDefinition.Constraint.BuilderElementDefinition.Constraint.Builder. from(ElementDefinition.Constraint constraint)Method parameters in com.ibm.fhir.model.type with type arguments of type ElementDefinition.Constraint Modifier and Type Method Description ElementDefinition.BuilderElementDefinition.Builder. constraint(Collection<ElementDefinition.Constraint> constraint)Formal constraints such as co-occurrence and other constraints that can be computationally evaluated within the context of the instance.
-