
Package org.hl7.fhir.r5.renderers.utils
Class ElementTable.TableElementConstraint
java.lang.Object
org.hl7.fhir.r5.renderers.utils.ElementTable.TableElementConstraint
- Enclosing class:
ElementTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeBinding(ElementTable.TableElementConstraintType type, String path, Enumerations.BindingStrength strength, String valueSet, Resource source) makeList(ElementTable.TableElementConstraintType type, String path, List<CanonicalType> list, Resource source) makeRange(ElementTable.TableElementConstraintType type, String path, DataType value, DataType value2, Resource source) makeTypes(ElementTable.TableElementConstraintType type, String path, List<ElementDefinition.TypeRefComponent> types, Resource source) makeValue(ElementTable.TableElementConstraintType type, String path, DataType value, Resource source) makeValueVS(ElementTable.TableElementConstraintType type, String path, DataType value, Enumerations.BindingStrength strength, String valueSet, Resource source)
-
Constructor Details
-
TableElementConstraint
public TableElementConstraint()
-
-
Method Details
-
makeValue
public static ElementTable.TableElementConstraint makeValue(ElementTable.TableElementConstraintType type, String path, DataType value, Resource source) -
makeValueVS
public static ElementTable.TableElementConstraint makeValueVS(ElementTable.TableElementConstraintType type, String path, DataType value, Enumerations.BindingStrength strength, String valueSet, Resource source) -
makeRange
public static ElementTable.TableElementConstraint makeRange(ElementTable.TableElementConstraintType type, String path, DataType value, DataType value2, Resource source) -
makeBinding
public static ElementTable.TableElementConstraint makeBinding(ElementTable.TableElementConstraintType type, String path, Enumerations.BindingStrength strength, String valueSet, Resource source) -
makeTypes
public static ElementTable.TableElementConstraint makeTypes(ElementTable.TableElementConstraintType type, String path, List<ElementDefinition.TypeRefComponent> types, Resource source) -
makeList
public static ElementTable.TableElementConstraint makeList(ElementTable.TableElementConstraintType type, String path, List<CanonicalType> list, Resource source)
-