Class ExportCategory
java.lang.Object
ddf.catalog.transformer.output.rtf.model.ExportCategory
- All Implemented Interfaces:
RtfCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()voidsetAliases(Map<String, String> aliases) voidsetAttributes(List<String> attributes) voidtoExportMap(ddf.catalog.data.Metacard metacard)
-
Field Details
-
EXTENDED_ATTRIBUTE_PREFIX
- See Also:
-
EMPTY_VALUE
- See Also:
-
-
Constructor Details
-
ExportCategory
public ExportCategory()
-
-
Method Details
-
getTitle
- Specified by:
getTitlein interfaceRtfCategory
-
setTitle
- Specified by:
setTitlein interfaceRtfCategory
-
getAttributes
- Specified by:
getAttributesin interfaceRtfCategory
-
setAttributes
- Specified by:
setAttributesin interfaceRtfCategory
-
toExportMap
Description copied from interface:RtfCategoryThis method creates aMapofStringtoExportCategory.ExportValuefrom suppliedMetacard. It formatsAttributethat correspond to the list set.- Specified by:
toExportMapin interfaceRtfCategory- Parameters:
metacard-Metacardfrom which the desired attributes will be retrieved- Returns:
MapofString-ExportCategory.ExportValuepairs. With the key corresponding to the title of the currentRtfCategory
-
setAliases
-