Uses of Interface
org.deegree.feature.persistence.mapping.MappingExpression

Packages that use MappingExpression
org.deegree.feature.persistence.mapping   
org.deegree.feature.persistence.mapping.property   
 

Uses of MappingExpression in org.deegree.feature.persistence.mapping
 

Classes in org.deegree.feature.persistence.mapping that implement MappingExpression
 class DBField
          The class TODO add class documentation here.
 class Function
          The class TODO add class documentation here.
 class JoinChain
          The class TODO add class documentation here.
 class StringConst
          The class TODO add class documentation here.
 

Methods in org.deegree.feature.persistence.mapping that return types with arguments of type MappingExpression
 java.util.List<MappingExpression> Function.getArgs()
           
 

Methods in org.deegree.feature.persistence.mapping with parameters of type MappingExpression
 void Function.addArg(MappingExpression arg)
           
 

Uses of MappingExpression in org.deegree.feature.persistence.mapping.property
 

Methods in org.deegree.feature.persistence.mapping.property that return MappingExpression
 MappingExpression Mapping.getMapping()
           
 

Constructors in org.deegree.feature.persistence.mapping.property with parameters of type MappingExpression
CompoundMapping(PropertyName path, MappingExpression mapping, java.util.List<Mapping> particles, JoinChain joinedTable)
           
FeatureMapping(PropertyName path, MappingExpression mapping, javax.xml.namespace.QName valueFtName, JoinChain joinedTable)
           
GeometryMapping(PropertyName path, MappingExpression mapping, GeometryPropertyType.GeometryType type, GeometryPropertyType.CoordinateDimension dim, CRS crs, java.lang.String srid, JoinChain joinedTable)
           
Mapping(PropertyName path, MappingExpression mapping, JoinChain joinedTable)
           
PrimitiveMapping(PropertyName path, MappingExpression mapping, PrimitiveType pt, JoinChain joinedTable)
           
 



Copyright © 2011. All Rights Reserved.