org.deegree.metadata.persistence.ebrim.eo.mapping
Class SlotMapper

java.lang.Object
  extended by org.deegree.metadata.persistence.ebrim.eo.mapping.SlotMapper

public class SlotMapper
extends Object

Defines the slots and types for all supported ExtrinsicObjects and their mapping to the relational model.

Version:
$Revision: $, $Date: $
Author:
Lyn Goltz, last edited by: $Author: lyn $

Nested Class Summary
static class SlotMapper.EOTYPE
           
static class SlotMapper.MainColumnName
           
static class SlotMapper.Table
           
 
Field Summary
static String SLOTURN
           
 
Constructor Summary
SlotMapper()
           
 
Method Summary
static SlotMapping getSlot(String slotName)
           
static List<String> getSlots(SlotMapper.EOTYPE type, SlotMapping.SlotType slotType)
           
static SlotMapper.Table getTable(RIMType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLOTURN

public static final String SLOTURN
See Also:
Constant Field Values
Constructor Detail

SlotMapper

public SlotMapper()
Method Detail

getSlots

public static List<String> getSlots(SlotMapper.EOTYPE type,
                                    SlotMapping.SlotType slotType)

getSlot

public static SlotMapping getSlot(String slotName)

getTable

public static SlotMapper.Table getTable(RIMType type)


Copyright © 2011. All Rights Reserved.