org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.fields
Enum SpeciesFields

java.lang.Object
  extended by java.lang.Enum<SpeciesFields>
      extended by org.gcube.application.aquamaps.aquamapsspeciesview.client.rpc.fields.SpeciesFields
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable, Comparable<SpeciesFields>

public enum SpeciesFields
extends Enum<SpeciesFields>
implements com.google.gwt.user.client.rpc.IsSerializable


Enum Constant Summary
algae
           
angling
           
authname
           
classcolumn
           
customized
           
dangerous
           
deepwater
           
diving
           
english_name
           
familycolumn
           
fbname
           
french_name
           
freshwater
           
genus
           
kingdom
           
m_invertebrates
           
m_mammals
           
ordercolumn
           
pelagic
           
phylum
           
picname
           
scientific_name
           
seabirds
           
spanish_name
           
speccode
           
species
           
speciesid
           
 
Method Summary
static SpeciesFields valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpeciesFields[] 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

genus

public static final SpeciesFields genus

species

public static final SpeciesFields species

fbname

public static final SpeciesFields fbname

speciesid

public static final SpeciesFields speciesid

speccode

public static final SpeciesFields speccode

scientific_name

public static final SpeciesFields scientific_name

english_name

public static final SpeciesFields english_name

french_name

public static final SpeciesFields french_name

spanish_name

public static final SpeciesFields spanish_name

kingdom

public static final SpeciesFields kingdom

phylum

public static final SpeciesFields phylum

classcolumn

public static final SpeciesFields classcolumn

ordercolumn

public static final SpeciesFields ordercolumn

familycolumn

public static final SpeciesFields familycolumn

deepwater

public static final SpeciesFields deepwater

m_mammals

public static final SpeciesFields m_mammals

angling

public static final SpeciesFields angling

diving

public static final SpeciesFields diving

dangerous

public static final SpeciesFields dangerous

m_invertebrates

public static final SpeciesFields m_invertebrates

algae

public static final SpeciesFields algae

seabirds

public static final SpeciesFields seabirds

freshwater

public static final SpeciesFields freshwater

pelagic

public static final SpeciesFields pelagic

picname

public static final SpeciesFields picname

authname

public static final SpeciesFields authname

customized

public static final SpeciesFields customized
Method Detail

values

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

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

valueOf

public static SpeciesFields 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


Copyright © 2013. All Rights Reserved.