Uses of Interface
org.openehr.schemas.v1.TVIEW.Constraints.Items
-
Packages that use TVIEW.Constraints.Items Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TVIEW.Constraints.Items in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TVIEW.Constraints.Items Modifier and Type Method Description TVIEW.Constraints.ItemsTVIEW.Constraints. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementTVIEW.Constraints.Items[]TVIEW.Constraints. getItemsArray()Gets array of all "items" elementsTVIEW.Constraints.ItemsTVIEW.Constraints. getItemsArray(int i)Gets ith "items" elementTVIEW.Constraints.ItemsTVIEW.Constraints. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementstatic TVIEW.Constraints.ItemsTVIEW.Constraints.Items.Factory. newInstance()static TVIEW.Constraints.ItemsTVIEW.Constraints.Items.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TVIEW.Constraints.Items Modifier and Type Method Description voidTVIEW.Constraints. setItemsArray(int i, TVIEW.Constraints.Items items)Sets ith "items" elementvoidTVIEW.Constraints. setItemsArray(TVIEW.Constraints.Items[] itemsArray)Sets array of all "items" element -
Uses of TVIEW.Constraints.Items in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TVIEW.Constraints.Items Modifier and Type Class Description static classTVIEWImpl.ConstraintsImpl.ItemsImplAn XML items(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TVIEW.Constraints.Items Modifier and Type Method Description TVIEW.Constraints.ItemsTVIEWImpl.ConstraintsImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementTVIEW.Constraints.Items[]TVIEWImpl.ConstraintsImpl. getItemsArray()Gets array of all "items" elementsTVIEW.Constraints.ItemsTVIEWImpl.ConstraintsImpl. getItemsArray(int i)Gets ith "items" elementTVIEW.Constraints.ItemsTVIEWImpl.ConstraintsImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementMethods in org.openehr.schemas.v1.impl with parameters of type TVIEW.Constraints.Items Modifier and Type Method Description voidTVIEWImpl.ConstraintsImpl. setItemsArray(int i, TVIEW.Constraints.Items items)Sets ith "items" elementvoidTVIEWImpl.ConstraintsImpl. setItemsArray(TVIEW.Constraints.Items[] itemsArray)Sets array of all "items" element
-