|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExportProfile
Abstract class ExportProfile
| Method Summary | |
|---|---|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
List<String> |
getForClass()
Retrieves a list containing all the elements for the attribute forClass. |
String |
getMimeType()
Retrieves the possibly null value for the optional attribute mimeType. |
String |
getName()
Retrieves the value for the attribute name. |
String |
getReferenceFilter()
Retrieves the possibly null value for the optional attribute referenceFilter. |
Document |
getTemplate()
Retrieves the value for the reference template. |
void |
setDescription(String description)
Sets a new value for the attribute description. |
void |
setForClass(String... forClass)
Clears forClass and adds the given value(s). |
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 |
setReferenceFilter(String referenceFilter)
Sets a new value for the attribute referenceFilter. |
void |
setTemplate(Document template)
Sets a new value for the reference template. |
| Method Detail |
|---|
String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.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 forClassString 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.String getReferenceFilter()
referenceFilter.
referenceFilter.void setReferenceFilter(String referenceFilter)
referenceFilter.
referenceFilter - The possibly null new value for attribute referenceFilter.Document getTemplate()
template.
null – value for this reference.void setTemplate(Document template)
template.
template - The non-null new value for this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||