Uses of Interface
openEHR.v1.template.TextConstraint
Packages that use TextConstraint
-
Uses of TextConstraint in openEHR.v1.template
Methods in openEHR.v1.template that return TextConstraintModifier and TypeMethodDescriptionPARTICIPATION.addNewFunction()Appends and returns a new empty "function" elementPARTICIPATION.addNewMode()Appends and returns a new empty "mode" elementITEM.addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementStatement.addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementELEMENT.addNewNullFlavorConstraint()Appends and returns a new empty "nullFlavorConstraint" elementStatement.addNewNullFlavourConstraint()Appends and returns a new empty "nullFlavourConstraint" elementPARTY.addNewPartyRelationship()Appends and returns a new empty "partyRelationship" elementENTRY.addNewSubjectOfCare()Appends and returns a new empty "SubjectOfCare" elementPARTICIPATION.getFunction()Gets the "function" elementPARTICIPATION.getMode()Gets the "mode" elementITEM.getNameConstraint()Gets the "nameConstraint" elementStatement.getNameConstraint()Gets the "nameConstraint" elementELEMENT.getNullFlavorConstraint()Gets the "nullFlavorConstraint" elementStatement.getNullFlavourConstraint()Gets the "nullFlavourConstraint" elementPARTY.getPartyRelationship()Gets the "partyRelationship" elementENTRY.getSubjectOfCare()Gets the "SubjectOfCare" elementstatic TextConstraintTextConstraint.Factory.newInstance()static TextConstraintTextConstraint.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static TextConstraintstatic TextConstraintstatic TextConstraintTextConstraint.Factory.parse(InputStream is) static TextConstraintTextConstraint.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static TextConstraintstatic TextConstraintstatic TextConstraintstatic TextConstraintstatic TextConstraintstatic TextConstraintstatic TextConstraintTextConstraint.Factory.parse(XMLStreamReader sr) static TextConstraintTextConstraint.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static TextConstraintTextConstraint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static TextConstraintTextConstraint.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic TextConstraintstatic TextConstraintMethods in openEHR.v1.template with parameters of type TextConstraintModifier and TypeMethodDescriptionvoidPARTICIPATION.setFunction(TextConstraint function) Sets the "function" elementvoidPARTICIPATION.setMode(TextConstraint mode) Sets the "mode" elementvoidITEM.setNameConstraint(TextConstraint nameConstraint) Sets the "nameConstraint" elementvoidStatement.setNameConstraint(TextConstraint nameConstraint) Sets the "nameConstraint" elementvoidELEMENT.setNullFlavorConstraint(TextConstraint nullFlavorConstraint) Sets the "nullFlavorConstraint" elementvoidStatement.setNullFlavourConstraint(TextConstraint nullFlavourConstraint) Sets the "nullFlavourConstraint" elementvoidPARTY.setPartyRelationship(TextConstraint partyRelationship) Sets the "partyRelationship" elementvoidENTRY.setSubjectOfCare(TextConstraint subjectOfCare) Sets the "SubjectOfCare" element -
Uses of TextConstraint in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement TextConstraintModifier and TypeClassDescriptionclassAn XML textConstraint(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return TextConstraintModifier and TypeMethodDescriptionPARTICIPATIONImpl.addNewFunction()Appends and returns a new empty "function" elementPARTICIPATIONImpl.addNewMode()Appends and returns a new empty "mode" elementITEMImpl.addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementStatementImpl.addNewNameConstraint()Appends and returns a new empty "nameConstraint" elementELEMENTImpl.addNewNullFlavorConstraint()Appends and returns a new empty "nullFlavorConstraint" elementStatementImpl.addNewNullFlavourConstraint()Appends and returns a new empty "nullFlavourConstraint" elementPARTYImpl.addNewPartyRelationship()Appends and returns a new empty "partyRelationship" elementENTRYImpl.addNewSubjectOfCare()Appends and returns a new empty "SubjectOfCare" elementPARTICIPATIONImpl.getFunction()Gets the "function" elementPARTICIPATIONImpl.getMode()Gets the "mode" elementITEMImpl.getNameConstraint()Gets the "nameConstraint" elementStatementImpl.getNameConstraint()Gets the "nameConstraint" elementELEMENTImpl.getNullFlavorConstraint()Gets the "nullFlavorConstraint" elementStatementImpl.getNullFlavourConstraint()Gets the "nullFlavourConstraint" elementPARTYImpl.getPartyRelationship()Gets the "partyRelationship" elementENTRYImpl.getSubjectOfCare()Gets the "SubjectOfCare" elementMethods in openEHR.v1.template.impl with parameters of type TextConstraintModifier and TypeMethodDescriptionvoidPARTICIPATIONImpl.setFunction(TextConstraint function) Sets the "function" elementvoidPARTICIPATIONImpl.setMode(TextConstraint mode) Sets the "mode" elementvoidITEMImpl.setNameConstraint(TextConstraint nameConstraint) Sets the "nameConstraint" elementvoidStatementImpl.setNameConstraint(TextConstraint nameConstraint) Sets the "nameConstraint" elementvoidELEMENTImpl.setNullFlavorConstraint(TextConstraint nullFlavorConstraint) Sets the "nullFlavorConstraint" elementvoidStatementImpl.setNullFlavourConstraint(TextConstraint nullFlavourConstraint) Sets the "nullFlavourConstraint" elementvoidPARTYImpl.setPartyRelationship(TextConstraint partyRelationship) Sets the "partyRelationship" elementvoidENTRYImpl.setSubjectOfCare(TextConstraint subjectOfCare) Sets the "SubjectOfCare" element
XMLInputStream