Uses of Interface
openEHR.v1.template.DictionaryItem
Packages that use DictionaryItem
-
Uses of DictionaryItem in openEHR.v1.template
Methods in openEHR.v1.template that return DictionaryItemModifier and TypeMethodDescriptionHashTableStringString.addNewItem()Appends and returns a new empty value (as xml) as the last "item" elementHashTableStringString.getItemArray()Gets array of all "item" elementsHashTableStringString.getItemArray(int i) Gets ith "item" elementHashTableStringString.insertNewItem(int i) Inserts and returns a new empty value (as xml) as the ith "item" elementstatic DictionaryItemDictionaryItem.Factory.newInstance()static DictionaryItemDictionaryItem.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static DictionaryItemstatic DictionaryItemstatic DictionaryItemDictionaryItem.Factory.parse(InputStream is) static DictionaryItemDictionaryItem.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static DictionaryItemstatic DictionaryItemstatic DictionaryItemstatic DictionaryItemstatic DictionaryItemstatic DictionaryItemstatic DictionaryItemDictionaryItem.Factory.parse(XMLStreamReader sr) static DictionaryItemDictionaryItem.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static DictionaryItemDictionaryItem.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static DictionaryItemDictionaryItem.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic DictionaryItemstatic DictionaryItemMethods in openEHR.v1.template with parameters of type DictionaryItemModifier and TypeMethodDescriptionvoidHashTableStringString.setItemArray(int i, DictionaryItem item) Sets ith "item" elementvoidHashTableStringString.setItemArray(DictionaryItem[] itemArray) Sets array of all "item" element -
Uses of DictionaryItem in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement DictionaryItemModifier and TypeClassDescriptionclassAn XML dictionaryItem(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return DictionaryItemModifier and TypeMethodDescriptionHashTableStringStringImpl.addNewItem()Appends and returns a new empty value (as xml) as the last "item" elementHashTableStringStringImpl.getItemArray()Gets array of all "item" elementsHashTableStringStringImpl.getItemArray(int i) Gets ith "item" elementHashTableStringStringImpl.insertNewItem(int i) Inserts and returns a new empty value (as xml) as the ith "item" elementMethods in openEHR.v1.template.impl with parameters of type DictionaryItemModifier and TypeMethodDescriptionvoidHashTableStringStringImpl.setItemArray(int i, DictionaryItem item) Sets ith "item" elementvoidHashTableStringStringImpl.setItemArray(DictionaryItem[] itemArray) Sets array of all "item" element
XMLInputStream