Uses of Interface
openEHR.v1.template.ContentItem
Packages that use ContentItem
-
Uses of ContentItem in openEHR.v1.template
Subinterfaces of ContentItem in openEHR.v1.templateModifier and TypeInterfaceDescriptioninterfaceAn XML ACTION(@openEHR/v1/Template).interfaceAn XML ADMIN_ENTRY(@openEHR/v1/Template).interfaceAn XML ENTRY(@openEHR/v1/Template).interfaceAn XML EVALUATION(@openEHR/v1/Template).interfaceAn XML INSTRUCTION(@openEHR/v1/Template).interfaceAn XML OBSERVATION(@openEHR/v1/Template).interfaceAn XML SECTION(@openEHR/v1/Template).Methods in openEHR.v1.template that return ContentItemModifier and TypeMethodDescriptionCOMPOSITION.addNewContent()Appends and returns a new empty value (as xml) as the last "Content" elementSECTION.addNewItem()Appends and returns a new empty value (as xml) as the last "Item" elementCOMPOSITION.getContentArray()Gets array of all "Content" elementsCOMPOSITION.getContentArray(int i) Gets ith "Content" elementSECTION.getItemArray()Gets array of all "Item" elementsSECTION.getItemArray(int i) Gets ith "Item" elementCOMPOSITION.insertNewContent(int i) Inserts and returns a new empty value (as xml) as the ith "Content" elementSECTION.insertNewItem(int i) Inserts and returns a new empty value (as xml) as the ith "Item" elementstatic ContentItemContentItem.Factory.newInstance()Deprecated.No need to be able to create instances of abstract typesstatic ContentItemContentItem.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Deprecated.No need to be able to create instances of abstract typesstatic ContentItemstatic ContentItemstatic ContentItemContentItem.Factory.parse(InputStream is) static ContentItemContentItem.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ContentItemstatic ContentItemstatic ContentItemstatic ContentItemstatic ContentItemstatic ContentItemstatic ContentItemContentItem.Factory.parse(XMLStreamReader sr) static ContentItemContentItem.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ContentItemContentItem.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.XMLInputStreamstatic ContentItemContentItem.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ContentItemstatic ContentItemMethods in openEHR.v1.template with parameters of type ContentItemModifier and TypeMethodDescriptionvoidCOMPOSITION.setContentArray(int i, ContentItem content) Sets ith "Content" elementvoidCOMPOSITION.setContentArray(ContentItem[] contentArray) Sets array of all "Content" elementvoidSECTION.setItemArray(int i, ContentItem item) Sets ith "Item" elementvoidSECTION.setItemArray(ContentItem[] itemArray) Sets array of all "Item" element -
Uses of ContentItem in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement ContentItemModifier and TypeClassDescriptionclassAn XML ACTION(@openEHR/v1/Template).classAn XML ADMIN_ENTRY(@openEHR/v1/Template).classAn XML content_item(@openEHR/v1/Template).classAn XML ENTRY(@openEHR/v1/Template).classAn XML EVALUATION(@openEHR/v1/Template).classAn XML INSTRUCTION(@openEHR/v1/Template).classAn XML OBSERVATION(@openEHR/v1/Template).classAn XML SECTION(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return ContentItemModifier and TypeMethodDescriptionCOMPOSITIONImpl.addNewContent()Appends and returns a new empty value (as xml) as the last "Content" elementSECTIONImpl.addNewItem()Appends and returns a new empty value (as xml) as the last "Item" elementCOMPOSITIONImpl.getContentArray()Gets array of all "Content" elementsCOMPOSITIONImpl.getContentArray(int i) Gets ith "Content" elementSECTIONImpl.getItemArray()Gets array of all "Item" elementsSECTIONImpl.getItemArray(int i) Gets ith "Item" elementCOMPOSITIONImpl.insertNewContent(int i) Inserts and returns a new empty value (as xml) as the ith "Content" elementSECTIONImpl.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 ContentItemModifier and TypeMethodDescriptionvoidCOMPOSITIONImpl.setContentArray(int i, ContentItem content) Sets ith "Content" elementvoidCOMPOSITIONImpl.setContentArray(ContentItem[] contentArray) Sets array of all "Content" elementvoidSECTIONImpl.setItemArray(int i, ContentItem item) Sets ith "Item" elementvoidSECTIONImpl.setItemArray(ContentItem[] itemArray) Sets array of all "Item" element