org.chorem.lima.enums
Enum ImportExportEnum

java.lang.Object
  extended by java.lang.Enum<ImportExportEnum>
      extended by org.chorem.lima.enums.ImportExportEnum
All Implemented Interfaces:
Serializable, Comparable<ImportExportEnum>

public enum ImportExportEnum
extends Enum<ImportExportEnum>

Boolean importMode define if it's a import (true) or an export (false)


Enum Constant Summary
CSV_ACCOUNTCHARTS_EXPORT
           
CSV_ACCOUNTCHARTS_IMPORT
           
CSV_ALL_EXPORT
           
CSV_ALL_IMPORT
           
CSV_ENTRYBOOKS_EXPORT
           
CSV_ENTRYBOOKS_IMPORT
           
CSV_FINANCIALSTATEMENTS_EXPORT
           
CSV_FINANCIALSTATEMENTS_IMPORT
           
CSV_VAT_EXPORT
           
CSV_VAT_IMPORT
           
EBP_ACCOUNTCHARTS_EXPORT
           
EBP_ACCOUNTCHARTS_IMPORT
           
EBP_ENTRIES_EXPORT
           
EBP_ENTRIES_IMPORT
           
PDF_VAT_EXPORT
           
PDF_VAT_IMPORT
           
 
Method Summary
 Boolean getEncodingOption()
          encoding choice true if import or export methode let encoding option
 Boolean getImportMode()
           
static ImportExportEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImportExportEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CSV_ALL_EXPORT

public static final ImportExportEnum CSV_ALL_EXPORT

CSV_ALL_IMPORT

public static final ImportExportEnum CSV_ALL_IMPORT

CSV_ACCOUNTCHARTS_EXPORT

public static final ImportExportEnum CSV_ACCOUNTCHARTS_EXPORT

CSV_ACCOUNTCHARTS_IMPORT

public static final ImportExportEnum CSV_ACCOUNTCHARTS_IMPORT

CSV_ENTRYBOOKS_EXPORT

public static final ImportExportEnum CSV_ENTRYBOOKS_EXPORT

CSV_ENTRYBOOKS_IMPORT

public static final ImportExportEnum CSV_ENTRYBOOKS_IMPORT

CSV_FINANCIALSTATEMENTS_EXPORT

public static final ImportExportEnum CSV_FINANCIALSTATEMENTS_EXPORT

CSV_FINANCIALSTATEMENTS_IMPORT

public static final ImportExportEnum CSV_FINANCIALSTATEMENTS_IMPORT

CSV_VAT_EXPORT

public static final ImportExportEnum CSV_VAT_EXPORT

CSV_VAT_IMPORT

public static final ImportExportEnum CSV_VAT_IMPORT

PDF_VAT_EXPORT

public static final ImportExportEnum PDF_VAT_EXPORT

PDF_VAT_IMPORT

public static final ImportExportEnum PDF_VAT_IMPORT

EBP_ACCOUNTCHARTS_EXPORT

public static final ImportExportEnum EBP_ACCOUNTCHARTS_EXPORT

EBP_ENTRIES_EXPORT

public static final ImportExportEnum EBP_ENTRIES_EXPORT

EBP_ACCOUNTCHARTS_IMPORT

public static final ImportExportEnum EBP_ACCOUNTCHARTS_IMPORT

EBP_ENTRIES_IMPORT

public static final ImportExportEnum EBP_ENTRIES_IMPORT
Method Detail

values

public static ImportExportEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ImportExportEnum c : ImportExportEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ImportExportEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getEncodingOption

public Boolean getEncodingOption()
encoding choice true if import or export methode let encoding option


getImportMode

public Boolean getImportMode()


Copyright © 2008-2011 CodeLutin. All Rights Reserved.