Format<HibiscusAddress>public class AddressFormat extends java.lang.Object implements Format<HibiscusAddress>
| Constructor | Description |
|---|---|
AddressFormat() |
| Modifier and Type | Method | Description |
|---|---|---|
Profile |
getDefaultProfile() |
Liefert das Default-Profil fuer den Import.
|
ImportListener |
getImportListener() |
Liefert einen optionalen Import-Listener.
|
java.lang.Class<HibiscusAddress> |
getType() |
Liefert den Typ des Fachobjektes, der mit diesem Format importiert werden kann.
|
public Profile getDefaultProfile()
FormatgetDefaultProfile in interface Format<HibiscusAddress>Format.getDefaultProfile()public java.lang.Class<HibiscusAddress> getType()
FormatgetType in interface Format<HibiscusAddress>Format.getType()public ImportListener getImportListener()
FormatgetImportListener in interface Format<HibiscusAddress>Format.getImportListener()