Package org.cyclos.model.system.imports
Interface ImportField
-
- All Superinterfaces:
HasMessageKey,PrefixedEnum
- All Known Implementing Classes:
AdImportField,GeneralReferenceImportField,RecordImportField,TokenImportField,TransactionImportField,UserImportField,UserPaymentImportField,UserSendVouchersImportField
public interface ImportField extends PrefixedEnum, HasMessageKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classImportField.Mapping
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportTypegetImportType()StringgetName()-
Methods inherited from interface org.cyclos.utils.HasMessageKey
getMessageKey
-
Methods inherited from interface org.cyclos.utils.PrefixedEnum
name, prefix
-
-
-
-
Method Detail
-
getImportType
ImportType getImportType()
-
getName
String getName()
-
-