public interface ExportProfile extends ExportProfile, org.openmdx.base.accessor.jmi.cci.RefObject_1_0
ExportProfile| Modifier and Type | Method and Description |
|---|---|
List<String> |
getForClass()
Retrieves a list containing all the elements for the attribute
forClass. |
Document |
getTemplate()
Retrieves the value for the reference
template. |
void |
setForClass(List<String> forClass)
Clears
forClass and adds the members of the given List. |
void |
setTemplate(Document template)
Sets a new value for the reference
template. |
getDescription, getExportParams, getLocale, getMimeType, getName, setDescription, setExportParams, setForClass, setLocale, setMimeType, setNamerefDefaultFetchGroup, refDelegate, refGetPath, refGetValue, refInitialize, refInitialize, refSetValuerefClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostCompositeList<String> getForClass()
forClass.getForClass in interface ExportProfilevoid setForClass(List<String> forClass)
forClass and adds the members of the given List.
This method is equivalent to
list.clear(); list.addAll(forClass);Note: This is an extension to the JMI 1 standard.
forClass - collection to be copied.Document getTemplate()
template.getTemplate in interface ExportProfilenull – value for this reference.void setTemplate(Document template)
template.setTemplate in interface ExportProfiletemplate - The new – possibly null – value for this reference.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.