public interface FormatHint
Converter implementations to hint the user about the supported format so that
they can decide which Converter to use for import or export of their data.| Modifier and Type | Method and Description |
|---|---|
String |
getFormatDescription()
Shall return a human readable description of the supported format.
|
String |
getFormatDisplayName()
Shall return a human readable display name for the format.
|
Object |
getFormatExample()
Shall return a depiction of the format so that the user may see on a concrete example what the supported format
looks like.
|
String |
getFormatHtmlDescription()
Shall return a human readable
HTML String or null if there is no HTML
formatted description String. |
String |
getFormatHtmlName()
Shall return the format name as
HTML String or null if there is no HTML
formatted name String. |
String |
getFormatName()
The name of the format, usually a machine readable format identifier.
|
String getFormatName()
String getFormatDisplayName()
String getFormatHtmlName()
HTML String or null if there is no HTML
formatted name String.HTML display name or null if there is none availableString getFormatDescription()
String getFormatHtmlDescription()
HTML String or null if there is no HTML
formatted description String.HTML description or null if there is none availableObject getFormatExample()
null if no example is availableCopyright © 2012–2026 cismet GmbH. All rights reserved.