org.deegree.metadata.iso.persistence
Enum ISOPropertyNameMapper.DatabaseTables

java.lang.Object
  extended by java.lang.Enum<ISOPropertyNameMapper.DatabaseTables>
      extended by org.deegree.metadata.iso.persistence.ISOPropertyNameMapper.DatabaseTables
All Implemented Interfaces:
Serializable, Comparable<ISOPropertyNameMapper.DatabaseTables>
Enclosing class:
ISOPropertyNameMapper

public static enum ISOPropertyNameMapper.DatabaseTables
extends Enum<ISOPropertyNameMapper.DatabaseTables>

The names of the databasetables that are used in the backend.

Version:
$Revision: 31272 $, $Date: 2011-07-13 23:10:35 +0200 (Mi, 13. Jul 2011) $
Author:
Steffen Thomas, last edited by: $Author: mschneider $

Enum Constant Summary
idxtb_constraint
           
idxtb_crs
           
idxtb_keyword
           
idxtb_main
          main databasetable, all of the other tables derive from this table
idxtb_operatesondata
           
 
Method Summary
static ISOPropertyNameMapper.DatabaseTables valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ISOPropertyNameMapper.DatabaseTables[] 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

idxtb_main

public static final ISOPropertyNameMapper.DatabaseTables idxtb_main
main databasetable, all of the other tables derive from this table


idxtb_constraint

public static final ISOPropertyNameMapper.DatabaseTables idxtb_constraint

idxtb_crs

public static final ISOPropertyNameMapper.DatabaseTables idxtb_crs

idxtb_keyword

public static final ISOPropertyNameMapper.DatabaseTables idxtb_keyword

idxtb_operatesondata

public static final ISOPropertyNameMapper.DatabaseTables idxtb_operatesondata
Method Detail

values

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

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

valueOf

public static ISOPropertyNameMapper.DatabaseTables 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 © 2011. All Rights Reserved.