Package org.geotools.xml.filter
Class FilterComplexTypes.SortOrderType
Object
SortOrderType
- All Implemented Interfaces:
SimpleType,Type
- Enclosing class:
- FilterComplexTypes
also from the 1.0.20 version, and excluded from the Schema object
-
Field Summary
FieldsFields inherited from interface SimpleType
ALL, LIST, NONE, RESTRICTION, UNION -
Method Summary
Modifier and TypeMethodDescriptionbooleanTODO summary sentence for canCreateAttributes ...booleanTODO summary sentence for canEncode ...voidTODO summary sentence for encode ...findChildElement(String name) TODO summary sentence for findChildElement ...intTODO summary sentence for getChildType ...Facet[]TODO summary sentence for getFacets ...intgetFinal()TODO summary sentence for getFinal ...getId()TODO summary sentence for getId ...TODO summary sentence for getInstanceType ...getName()TODO summary sentence for getName ...TODO summary sentence for getNamespace ...TODO summary sentence for getParents ...getValue(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints) TODO summary sentence for getValue ...TODO summary sentence for toAttribute ...
-
Field Details
-
SORT_ORDER_KEY
- See Also:
-
SORT_ORDER_DESC
- See Also:
-
SORT_ORDER_ASC
- See Also:
-
-
Method Details
-
getInstance
-
getFinal
public int getFinal()TODO summary sentence for getFinal ...- Specified by:
getFinalin interfaceSimpleType- See Also:
-
getId
TODO summary sentence for getId ...- Specified by:
getIdin interfaceSimpleType- See Also:
-
toAttribute
public AttributeValue toAttribute(Attribute attribute, Object value, Map<String, Object> hints) throws OperationNotSupportedExceptionTODO summary sentence for toAttribute ...- Specified by:
toAttributein interfaceSimpleType- Throws:
OperationNotSupportedException- See Also:
-
canCreateAttributes
TODO summary sentence for canCreateAttributes ...- Specified by:
canCreateAttributesin interfaceSimpleType- See Also:
-
getChildType
public int getChildType()TODO summary sentence for getChildType ...- Specified by:
getChildTypein interfaceSimpleType- See Also:
-
getParents
TODO summary sentence for getParents ...- Specified by:
getParentsin interfaceSimpleType- See Also:
-
getFacets
TODO summary sentence for getFacets ...- Specified by:
getFacetsin interfaceSimpleType- See Also:
-
getValue
public Object getValue(Element element, ElementValue[] value, Attributes attrs, Map<String, Object> hints) throws OperationNotSupportedExceptionTODO summary sentence for getValue ...- Specified by:
getValuein interfaceType- Returns:
- Object
- Throws:
OperationNotSupportedException- See Also:
-
getName
TODO summary sentence for getName ... -
getNamespace
TODO summary sentence for getNamespace ...- Specified by:
getNamespacein interfaceType- See Also:
-
getInstanceType
TODO summary sentence for getInstanceType ...- Specified by:
getInstanceTypein interfaceType- See Also:
-
canEncode
TODO summary sentence for canEncode ...- Specified by:
canEncodein interfaceType- Parameters:
element- The element which may be used to represent the Object. This is included to allow for child definitions to include addition information where appropriate.value- An Object which may or may not be encodeable by this type. The value may also be null.- Returns:
- True when the encode method can interpret the given element/value pair into valid xml.
- See Also:
-
encode
public void encode(Element element, Object value, PrintHandler output, Map<String, Object> hints) throws OperationNotSupportedExceptionTODO summary sentence for encode ...- Specified by:
encodein interfaceType- Parameters:
element- The original element declaration to which we should encode.value- The Object to encode.output- This is where the output should be written to.hints- For providing additional context information to specific schemas.- Throws:
OperationNotSupportedException- When this type cannot be encoded ... and wasn't checked first.- See Also:
-
findChildElement
TODO summary sentence for findChildElement ...- Specified by:
findChildElementin interfaceType- Parameters:
name- the element's localName to search for.- See Also:
-