org.deegree.commons.tom.sql
Interface PrimitiveParticleConverter

All Superinterfaces:
ParticleConverter<PrimitiveValue>
All Known Implementing Classes:
DefaultPrimitiveConverter, OraclePrimitiveConverter

public interface PrimitiveParticleConverter
extends ParticleConverter<PrimitiveValue>

ParticleConverter for PrimitiveValue particles.

Version:
$Revision: 30976 $, $Date: 2011-05-31 11:09:40 +0200 (Tue, 31 May 2011) $
Author:
Markus Schneider, last edited by: $Author: mschneider $

Method Summary
 PrimitiveType getType()
          Returns the primitive type that this converter converts.
 boolean isConcatenated()
           
 
Methods inherited from interface org.deegree.commons.tom.sql.ParticleConverter
getSelectSnippet, getSetSnippet, setParticle, toParticle
 

Method Detail

getType

PrimitiveType getType()
Returns the primitive type that this converter converts.

Returns:
the primitive type, never null

isConcatenated

boolean isConcatenated()


Copyright © 2011. All Rights Reserved.