public interface ExportProfile
ExportProfile| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute
description. |
String |
getExportParams()
Retrieves the possibly null value for the optional attribute
exportParams. |
List<String> |
getForClass()
Retrieves a list containing all the elements for the attribute
forClass. |
short |
getLocale()
Retrieves the value for the attribute
locale. |
String |
getMimeType()
Retrieves the possibly null value for the optional attribute
mimeType. |
String |
getName()
Retrieves the value for the attribute
name. |
Document |
getTemplate()
Retrieves the value for the reference
template. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
void |
setExportParams(String exportParams)
Sets a new value for the attribute
exportParams. |
void |
setForClass(String... forClass)
Clears
forClass and adds the given value(s). |
void |
setLocale(short locale)
Sets a new value for the attribute
locale. |
void |
setMimeType(String mimeType)
Sets a new value for the attribute
mimeType. |
void |
setName(String name)
Sets a new value for the attribute
name. |
void |
setTemplate(Document template)
Sets a new value for the reference
template. |
String getDescription()
description.description.void setDescription(String description)
description.description - The possibly null new value for attribute description.String getExportParams()
exportParams.exportParams.void setExportParams(String exportParams)
exportParams.exportParams - The possibly null new value for attribute exportParams.List<String> getForClass()
forClass.void setForClass(String... forClass)
forClass and adds the given value(s).
This method is equivalent to
list.clear();
for(java.lang.String e : attributeName){
list.add(e);
}
forClass - value(s) to be added to forClassshort getLocale()
locale.locale.void setLocale(short locale)
locale.locale - The non-null new value for attribute locale.String getMimeType()
mimeType.mimeType.void setMimeType(String mimeType)
mimeType.mimeType - The possibly null new value for attribute mimeType.String getName()
name.name.void setName(String name)
name.name - The non-null new value for attribute name.Document getTemplate()
template.null – value for this reference.void setTemplate(Document template)
template.template - 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.