org.deegree.feature.persistence.mapping.property
Class CompoundMapping

java.lang.Object
  extended by org.deegree.feature.persistence.mapping.property.Mapping
      extended by org.deegree.feature.persistence.mapping.property.CompoundMapping

public class CompoundMapping
extends Mapping

The class TODO add class documentation here.

Version:
$Revision: 27703 $, $Date: 2010-11-01 20:10:39 +0100 (Mo, 01. Nov 2010) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
CompoundMapping(PropertyName path, MappingExpression mapping, java.util.List<Mapping> particles, JoinChain joinedTable)
           
 
Method Summary
 java.util.List<Mapping> getParticles()
           
 java.lang.String toString()
           
 
Methods inherited from class org.deegree.feature.persistence.mapping.property.Mapping
getJoinedTable, getMapping, getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundMapping

public CompoundMapping(PropertyName path,
                       MappingExpression mapping,
                       java.util.List<Mapping> particles,
                       JoinChain joinedTable)
Method Detail

getParticles

public java.util.List<Mapping> getParticles()

toString

public java.lang.String toString()
Overrides:
toString in class Mapping


Copyright © 2011. All Rights Reserved.