Uses of Interface
openEHR.v1.template.ValueConstraint
Packages that use ValueConstraint
-
Uses of ValueConstraint in openEHR.v1.template
Subinterfaces of ValueConstraint in openEHR.v1.templateModifier and TypeInterfaceDescriptioninterfaceAn XML countConstraint(@openEHR/v1/Template).interfaceAn XML dateConstraint(@openEHR/v1/Template).interfaceAn XML durationConstraint(@openEHR/v1/Template).interfaceAn XML multipleConstraint(@openEHR/v1/Template).interfaceAn XML ordinalConstraint(@openEHR/v1/Template).interfaceAn XML quantityConstraint(@openEHR/v1/Template).interfaceAn XML textConstraint(@openEHR/v1/Template).Methods in openEHR.v1.template that return ValueConstraintModifier and TypeMethodDescriptionStatement.addNewConstraint()Appends and returns a new empty "constraint" elementELEMENT.addNewDatavalueConstraint()Appends and returns a new empty "datavalueConstraint" elementStatement.getConstraint()Gets the "constraint" elementELEMENT.getDatavalueConstraint()Gets the "datavalueConstraint" elementstatic ValueConstraintValueConstraint.Factory.newInstance()Deprecated.No need to be able to create instances of abstract typesstatic ValueConstraintValueConstraint.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Deprecated.No need to be able to create instances of abstract typesstatic ValueConstraintstatic ValueConstraintstatic ValueConstraintValueConstraint.Factory.parse(InputStream is) static ValueConstraintValueConstraint.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ValueConstraintstatic ValueConstraintstatic ValueConstraintstatic ValueConstraintstatic ValueConstraintstatic ValueConstraintstatic ValueConstraintValueConstraint.Factory.parse(XMLStreamReader sr) static ValueConstraintValueConstraint.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ValueConstraintValueConstraint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.XMLInputStreamstatic ValueConstraintValueConstraint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ValueConstraintstatic ValueConstraintMethods in openEHR.v1.template with parameters of type ValueConstraintModifier and TypeMethodDescriptionvoidStatement.setConstraint(ValueConstraint constraint) Sets the "constraint" elementvoidELEMENT.setDatavalueConstraint(ValueConstraint datavalueConstraint) Sets the "datavalueConstraint" element -
Uses of ValueConstraint in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement ValueConstraintModifier and TypeClassDescriptionclassAn XML countConstraint(@openEHR/v1/Template).classAn XML dateConstraint(@openEHR/v1/Template).classAn XML durationConstraint(@openEHR/v1/Template).classAn XML multipleConstraint(@openEHR/v1/Template).classAn XML ordinalConstraint(@openEHR/v1/Template).classAn XML quantityConstraint(@openEHR/v1/Template).classAn XML textConstraint(@openEHR/v1/Template).classAn XML valueConstraint(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return ValueConstraintModifier and TypeMethodDescriptionStatementImpl.addNewConstraint()Appends and returns a new empty "constraint" elementELEMENTImpl.addNewDatavalueConstraint()Appends and returns a new empty "datavalueConstraint" elementStatementImpl.getConstraint()Gets the "constraint" elementELEMENTImpl.getDatavalueConstraint()Gets the "datavalueConstraint" elementMethods in openEHR.v1.template.impl with parameters of type ValueConstraintModifier and TypeMethodDescriptionvoidStatementImpl.setConstraint(ValueConstraint constraint) Sets the "constraint" elementvoidELEMENTImpl.setDatavalueConstraint(ValueConstraint datavalueConstraint) Sets the "datavalueConstraint" element