|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrimitiveValue | |
---|---|
org.deegree.commons.tom.genericxml | |
org.deegree.commons.tom.primitive | |
org.deegree.feature.property | |
org.deegree.feature.xpath | |
org.deegree.filter.comparison |
Uses of PrimitiveValue in org.deegree.commons.tom.genericxml |
---|
Fields in org.deegree.commons.tom.genericxml with type parameters of type PrimitiveValue | |
---|---|
protected java.util.Map<javax.xml.namespace.QName,PrimitiveValue> |
GenericXMLElementContent.attrs
|
Methods in org.deegree.commons.tom.genericxml that return types with arguments of type PrimitiveValue | |
---|---|
java.util.Map<javax.xml.namespace.QName,PrimitiveValue> |
GenericXMLElementContent.getAttributes()
|
Methods in org.deegree.commons.tom.genericxml with parameters of type PrimitiveValue | |
---|---|
void |
GenericXMLElementContent.setAttribute(javax.xml.namespace.QName name,
PrimitiveValue value)
|
Constructor parameters in org.deegree.commons.tom.genericxml with type arguments of type PrimitiveValue | |
---|---|
GenericXMLElement(javax.xml.namespace.QName name,
org.apache.xerces.xs.XSTypeDefinition type,
java.util.Map<javax.xml.namespace.QName,PrimitiveValue> attrs,
java.util.List<TypedObjectNode> children)
|
|
GenericXMLElementContent(org.apache.xerces.xs.XSTypeDefinition type,
java.util.Map<javax.xml.namespace.QName,PrimitiveValue> attrs,
java.util.List<TypedObjectNode> children)
|
Uses of PrimitiveValue in org.deegree.commons.tom.primitive |
---|
Methods in org.deegree.commons.tom.primitive that return PrimitiveValue | |
---|---|
static PrimitiveValue |
SQLValueMangler.sqlToInternal(java.sql.ResultSet rs,
int columnIndex,
PrimitiveType pt)
|
Methods in org.deegree.commons.tom.primitive with parameters of type PrimitiveValue | |
---|---|
int |
PrimitiveValue.compareTo(PrimitiveValue o)
|
static java.lang.Object |
SQLValueMangler.internalToSQL(PrimitiveValue pv)
Converts the given PrimitiveValue value to the corresponding SQL object type. |
Uses of PrimitiveValue in org.deegree.feature.property |
---|
Methods in org.deegree.feature.property that return PrimitiveValue | |
---|---|
PrimitiveValue |
SimpleProperty.getValue()
|
Uses of PrimitiveValue in org.deegree.feature.xpath |
---|
Methods in org.deegree.feature.xpath that return PrimitiveValue | |
---|---|
PrimitiveValue |
TextNode.getValue()
|
PrimitiveValue |
AttributeNode.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.getPrimitives(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.getPrimitives(TypedObjectNode value1,
TypedObjectNode value2)
Creates a pair of PrimitiveValue instances from the given TypedObjectNode while trying to
preserve primitive type information. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |