Uses of Interface
org.openehr.schemas.v1.TVIEW.Constraints
-
Packages that use TVIEW.Constraints Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TVIEW.Constraints in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TVIEW.Constraints Modifier and Type Method Description TVIEW.ConstraintsTVIEW. addNewConstraints()Appends and returns a new empty value (as xml) as the last "constraints" elementTVIEW.Constraints[]TVIEW. getConstraintsArray()Gets array of all "constraints" elementsTVIEW.ConstraintsTVIEW. getConstraintsArray(int i)Gets ith "constraints" elementTVIEW.ConstraintsTVIEW. insertNewConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "constraints" elementstatic TVIEW.ConstraintsTVIEW.Constraints.Factory. newInstance()static TVIEW.ConstraintsTVIEW.Constraints.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TVIEW.Constraints Modifier and Type Method Description voidTVIEW. setConstraintsArray(int i, TVIEW.Constraints constraints)Sets ith "constraints" elementvoidTVIEW. setConstraintsArray(TVIEW.Constraints[] constraintsArray)Sets array of all "constraints" element -
Uses of TVIEW.Constraints in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TVIEW.Constraints Modifier and Type Class Description static classTVIEWImpl.ConstraintsImplAn XML constraints(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TVIEW.Constraints Modifier and Type Method Description TVIEW.ConstraintsTVIEWImpl. addNewConstraints()Appends and returns a new empty value (as xml) as the last "constraints" elementTVIEW.Constraints[]TVIEWImpl. getConstraintsArray()Gets array of all "constraints" elementsTVIEW.ConstraintsTVIEWImpl. getConstraintsArray(int i)Gets ith "constraints" elementTVIEW.ConstraintsTVIEWImpl. insertNewConstraints(int i)Inserts and returns a new empty value (as xml) as the ith "constraints" elementMethods in org.openehr.schemas.v1.impl with parameters of type TVIEW.Constraints Modifier and Type Method Description voidTVIEWImpl. setConstraintsArray(int i, TVIEW.Constraints constraints)Sets ith "constraints" elementvoidTVIEWImpl. setConstraintsArray(TVIEW.Constraints[] constraintsArray)Sets array of all "constraints" element
-