org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.fields
Enum MetaSourceFields

java.lang.Object
  extended by java.lang.Enum<MetaSourceFields>
      extended by org.gcube.application.aquamaps.aquamapsservice.stubs.datamodel.fields.MetaSourceFields
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<MetaSourceFields>

public enum MetaSourceFields
extends java.lang.Enum<MetaSourceFields>


Enum Constant Summary
algorithm
           
author
           
defaultsource
           
description
           
disclaimer
           
generationtime
           
parameters
           
provenience
           
rowcount
           
searchid
           
sourcehcafids
           
sourcehcaftables
           
sourcehspecids
           
sourcehspectables
           
sourcehspenids
           
sourcehspentables
           
sourceoccurrencecellsids
           
sourceoccurrencecellstables
           
status
           
tablename
           
title
           
type
           
 
Method Summary
static MetaSourceFields valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MetaSourceFields[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

searchid

public static final MetaSourceFields searchid

title

public static final MetaSourceFields title

tablename

public static final MetaSourceFields tablename

description

public static final MetaSourceFields description

author

public static final MetaSourceFields author

disclaimer

public static final MetaSourceFields disclaimer

provenience

public static final MetaSourceFields provenience

generationtime

public static final MetaSourceFields generationtime

sourcehcafids

public static final MetaSourceFields sourcehcafids

sourcehspenids

public static final MetaSourceFields sourcehspenids

sourcehspecids

public static final MetaSourceFields sourcehspecids

sourceoccurrencecellsids

public static final MetaSourceFields sourceoccurrencecellsids

parameters

public static final MetaSourceFields parameters

status

public static final MetaSourceFields status

sourcehcaftables

public static final MetaSourceFields sourcehcaftables

sourcehspentables

public static final MetaSourceFields sourcehspentables

sourcehspectables

public static final MetaSourceFields sourcehspectables

sourceoccurrencecellstables

public static final MetaSourceFields sourceoccurrencecellstables

type

public static final MetaSourceFields type

algorithm

public static final MetaSourceFields algorithm

defaultsource

public static final MetaSourceFields defaultsource

rowcount

public static final MetaSourceFields rowcount
Method Detail

values

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

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

valueOf

public static MetaSourceFields valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null