Uses of Class
org.deegree.commons.tom.primitive.PrimitiveValue

Packages that use PrimitiveValue
org.deegree.commons.tom   
org.deegree.commons.tom.genericxml   
org.deegree.commons.tom.primitive   
org.deegree.commons.tom.sql   
org.deegree.feature.property   
org.deegree.feature.xpath   
org.deegree.filter.comparison   
org.deegree.sqldialect.filter.expression   
org.deegree.sqldialect.oracle   
 

Uses of PrimitiveValue in org.deegree.commons.tom
 

Methods in org.deegree.commons.tom that return types with arguments of type PrimitiveValue
 Map<QName,PrimitiveValue> ElementNode.getAttributes()
          Returns the attributes of the node.
 

Uses of PrimitiveValue in org.deegree.commons.tom.genericxml
 

Methods in org.deegree.commons.tom.genericxml that return PrimitiveValue
 PrimitiveValue GenericXMLElement.getValue()
           
 

Methods in org.deegree.commons.tom.genericxml that return types with arguments of type PrimitiveValue
 Map<QName,PrimitiveValue> GenericXMLElement.getAttributes()
           
 

Methods in org.deegree.commons.tom.genericxml with parameters of type PrimitiveValue
 void GenericXMLElement.setAttribute(QName name, PrimitiveValue value)
           
 

Constructor parameters in org.deegree.commons.tom.genericxml with type arguments of type PrimitiveValue
GenericXMLElement(QName name, org.apache.xerces.xs.XSElementDeclaration xsType, Map<QName,PrimitiveValue> attrs, List<TypedObjectNode> children)
           
 

Uses of PrimitiveValue in org.deegree.commons.tom.primitive
 

Methods in org.deegree.commons.tom.primitive with parameters of type PrimitiveValue
 int PrimitiveValue.compareTo(PrimitiveValue o)
           
static Object SQLValueMangler.internalToSQL(PrimitiveValue pv)
          Converts the given PrimitiveValue value to the corresponding SQL object type.
 

Uses of PrimitiveValue in org.deegree.commons.tom.sql
 

Methods in org.deegree.commons.tom.sql that return PrimitiveValue
protected  PrimitiveValue DefaultPrimitiveConverter.toBooleanParticle(Object sqlValue)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toDateParticle(Object sqlValue)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toDateTimeParticle(Object sqlValue)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toDecimalParticle(Object sqlValue)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toDoubleParticle(Object sqlValue)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toIntegerParticle(Object sqlValue)
           
 PrimitiveValue DefaultPrimitiveConverter.toParticle(ResultSet rs, int colIndex)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toStringParticle(Object sqlValue)
           
protected  PrimitiveValue DefaultPrimitiveConverter.toTimeParticle(Object sqlValue)
           
 

Methods in org.deegree.commons.tom.sql with parameters of type PrimitiveValue
 String DefaultPrimitiveConverter.getSetSnippet(PrimitiveValue particle)
           
 void DefaultPrimitiveConverter.setParticle(PreparedStatement stmt, PrimitiveValue particle, int colIndex)
           
 

Uses of PrimitiveValue in org.deegree.feature.property
 

Methods in org.deegree.feature.property that return PrimitiveValue
 PrimitiveValue SimpleProperty.getValue()
           
 

Methods in org.deegree.feature.property that return types with arguments of type PrimitiveValue
 Map<QName,PrimitiveValue> SimpleProperty.getAttributes()
           
 Map<QName,PrimitiveValue> GenericProperty.getAttributes()
           
 

Constructor parameters in org.deegree.feature.property with type arguments of type PrimitiveValue
GenericProperty(PropertyType declaration, QName name, TypedObjectNode value, Map<QName,PrimitiveValue> attrs, List<TypedObjectNode> children)
          Creates a new GenericProperty instance.
GenericProperty(PropertyType declaration, QName name, TypedObjectNode value, Map<QName,PrimitiveValue> attrs, List<TypedObjectNode> children, org.apache.xerces.xs.XSElementDeclaration xsType)
           
 

Uses of PrimitiveValue in org.deegree.feature.xpath
 

Methods in org.deegree.feature.xpath that return PrimitiveValue
 PrimitiveValue AttributeNode.getValue()
           
 PrimitiveValue TextNode.getValue()
           
 

Uses of PrimitiveValue in org.deegree.filter.comparison
 

Methods in org.deegree.filter.comparison that return types with arguments of type PrimitiveValue
protected  Pair<PrimitiveValue,PrimitiveValue> ComparisonOperator.getPrimitiveValues(TypedObjectNode value1, TypedObjectNode value2)
          Creates a pair of PrimitiveValue instances from the given TypedObjectNode while trying to preserve primitive type information.
protected  Pair<PrimitiveValue,PrimitiveValue> ComparisonOperator.getPrimitiveValues(TypedObjectNode value1, TypedObjectNode value2)
          Creates a pair of PrimitiveValue instances from the given TypedObjectNode while trying to preserve primitive type information.
 

Methods in org.deegree.filter.comparison with parameters of type PrimitiveValue
protected  boolean PropertyIsLessThanOrEqualTo.compare(PrimitiveValue param1, PrimitiveValue param2)
           
protected  boolean PropertyIsEqualTo.compare(PrimitiveValue param1, PrimitiveValue param2)
           
protected  boolean PropertyIsNotEqualTo.compare(PrimitiveValue param1, PrimitiveValue param2)
           
protected  boolean PropertyIsLessThan.compare(PrimitiveValue param1, PrimitiveValue param2)
           
protected  boolean PropertyIsGreaterThanOrEqualTo.compare(PrimitiveValue param1, PrimitiveValue param2)
           
protected  boolean PropertyIsGreaterThan.compare(PrimitiveValue param1, PrimitiveValue param2)
           
protected abstract  boolean BinaryComparisonOperator.compare(PrimitiveValue param1, PrimitiveValue param2)
           
 

Uses of PrimitiveValue in org.deegree.sqldialect.filter.expression
 

Constructors in org.deegree.sqldialect.filter.expression with parameters of type PrimitiveValue
SQLArgument(PrimitiveValue value, PrimitiveParticleConverter converter)
          Creates a new primitive valued SQLArgument.
 

Uses of PrimitiveValue in org.deegree.sqldialect.oracle
 

Methods in org.deegree.sqldialect.oracle that return PrimitiveValue
protected  PrimitiveValue OraclePrimitiveConverter.toDateParticle(Object sqlValue)
           
protected  PrimitiveValue OraclePrimitiveConverter.toDateTimeParticle(Object sqlValue)
           
 



Copyright © 2011. All Rights Reserved.