org.deegree.feature.persistence.sql.rules
Class CompoundMapping

java.lang.Object
  extended by org.deegree.feature.persistence.sql.rules.Mapping
      extended by org.deegree.feature.persistence.sql.rules.CompoundMapping

public class CompoundMapping
extends Mapping

Composite Mapping of complex particles.

Version:
$Revision: 31658 $, $Date: 2011-08-25 20:09:40 +0200 (Thu, 25 Aug 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Constructor Summary
CompoundMapping(ValueReference path, boolean voidable, List<Mapping> particles, List<TableJoin> tableChange, org.apache.xerces.xs.XSElementDeclaration elDecl)
           
 
Method Summary
 org.apache.xerces.xs.XSElementDeclaration getElementDecl()
           
 List<Mapping> getParticles()
           
 String toString()
           
 
Methods inherited from class org.deegree.feature.persistence.sql.rules.Mapping
getJoinedTable, getPath, isVoidable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompoundMapping

public CompoundMapping(ValueReference path,
                       boolean voidable,
                       List<Mapping> particles,
                       List<TableJoin> tableChange,
                       org.apache.xerces.xs.XSElementDeclaration elDecl)
Method Detail

getParticles

public List<Mapping> getParticles()

getElementDecl

public org.apache.xerces.xs.XSElementDeclaration getElementDecl()

toString

public String toString()
Overrides:
toString in class Mapping


Copyright © 2011. All Rights Reserved.