org.deegree.record.persistence
Class MappingInfo
java.lang.Object
org.deegree.record.persistence.MappingInfo
public class MappingInfo
- extends Object
Defines the mapping information from a profile specific propertyname to the database table.
- Version:
- $Revision: $, $Date: $
- Author:
- Steffen Thomas, last edited by: $Author: thomas $
Nested Class Summary |
static class |
MappingInfo.ColumnType
Specifies the datatype for a property in the backend. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingInfo
public MappingInfo(String table,
String column,
MappingInfo.ColumnType type)
- Parameters:
table
- specifies the table in which this property is archivedcolumn
- specifies the columnname in the tabletype
- specifies the type of the column
getTables
public String getTables()
- Returns:
- the table
getColumn
public String getColumn()
- Returns:
- the column
getType
public MappingInfo.ColumnType getType()
- Returns:
- the type
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org]]>