eu.etaxonomy.cdm.io.excel.taxa
Enum TaxonExcelImporterBase.Columns

java.lang.Object
  extended by java.lang.Enum<TaxonExcelImporterBase.Columns>
      extended by eu.etaxonomy.cdm.io.excel.taxa.TaxonExcelImporterBase.Columns
All Implemented Interfaces:
Serializable, Comparable<TaxonExcelImporterBase.Columns>
Enclosing class:
TaxonExcelImporterBase

protected static enum TaxonExcelImporterBase.Columns
extends Enum<TaxonExcelImporterBase.Columns>


Enum Constant Summary
Author
           
Id
           
Language
           
NameStatus
           
ParentId
           
Rank
           
ScientificName
           
VernacularName
           
 
Method Summary
 String head()
           
 String value()
           
static TaxonExcelImporterBase.Columns valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TaxonExcelImporterBase.Columns[] 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

Id

public static final TaxonExcelImporterBase.Columns Id

ParentId

public static final TaxonExcelImporterBase.Columns ParentId

Rank

public static final TaxonExcelImporterBase.Columns Rank

ScientificName

public static final TaxonExcelImporterBase.Columns ScientificName

Author

public static final TaxonExcelImporterBase.Columns Author

NameStatus

public static final TaxonExcelImporterBase.Columns NameStatus

VernacularName

public static final TaxonExcelImporterBase.Columns VernacularName

Language

public static final TaxonExcelImporterBase.Columns Language
Method Detail

values

public static TaxonExcelImporterBase.Columns[] 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 (TaxonExcelImporterBase.Columns c : TaxonExcelImporterBase.Columns.values())
    System.out.println(c);

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

valueOf

public static TaxonExcelImporterBase.Columns 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

head

public String head()

value

public String value()


Copyright © 2007-2011 EDIT. All Rights Reserved.