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()
Format
getDefaultProfile
in interface Format<HibiscusAddress>
Format.getDefaultProfile()
public java.lang.Class<HibiscusAddress> getType()
Format
getType
in interface Format<HibiscusAddress>
Format.getType()
public ImportListener getImportListener()
Format
getImportListener
in interface Format<HibiscusAddress>
Format.getImportListener()