Uses of Interface
openEHR.v1.template.DictionaryItem
-
Packages that use DictionaryItem Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of DictionaryItem in openEHR.v1.template
Methods in openEHR.v1.template that return DictionaryItem Modifier and Type Method Description DictionaryItemHashTableStringString. addNewItem()Appends and returns a new empty value (as xml) as the last "item" elementDictionaryItem[]HashTableStringString. getItemArray()Gets array of all "item" elementsDictionaryItemHashTableStringString. getItemArray(int i)Gets ith "item" elementDictionaryItemHashTableStringString. 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 DictionaryItemDictionaryItem.Factory. parse(File file)static DictionaryItemDictionaryItem.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DictionaryItemDictionaryItem.Factory. parse(InputStream is)static DictionaryItemDictionaryItem.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DictionaryItemDictionaryItem.Factory. parse(Reader r)static DictionaryItemDictionaryItem.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DictionaryItemDictionaryItem.Factory. parse(String xmlAsString)static DictionaryItemDictionaryItem.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DictionaryItemDictionaryItem.Factory. parse(URL u)static DictionaryItemDictionaryItem.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic DictionaryItemDictionaryItem.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DictionaryItemDictionaryItem.Factory. parse(Node node)static DictionaryItemDictionaryItem.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type DictionaryItem Modifier and Type Method Description voidHashTableStringString. 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 DictionaryItem Modifier and Type Class Description classDictionaryItemImplAn XML dictionaryItem(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return DictionaryItem Modifier and Type Method Description DictionaryItemHashTableStringStringImpl. addNewItem()Appends and returns a new empty value (as xml) as the last "item" elementDictionaryItem[]HashTableStringStringImpl. getItemArray()Gets array of all "item" elementsDictionaryItemHashTableStringStringImpl. getItemArray(int i)Gets ith "item" elementDictionaryItemHashTableStringStringImpl. 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 DictionaryItem Modifier and Type Method Description voidHashTableStringStringImpl. setItemArray(int i, DictionaryItem item)Sets ith "item" elementvoidHashTableStringStringImpl. setItemArray(DictionaryItem[] itemArray)Sets array of all "item" element
-