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 TypeMethodDescriptionboolean
TODO summary sentence for canCreateAttributes ...boolean
TODO summary sentence for canEncode ...void
TODO summary sentence for encode ...findChildElement
(String name) TODO summary sentence for findChildElement ...int
TODO summary sentence for getChildType ...Facet[]
TODO summary sentence for getFacets ...int
getFinal()
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:
getFinal
in interfaceSimpleType
- See Also:
-
getId
TODO summary sentence for getId ...- Specified by:
getId
in interfaceSimpleType
- See Also:
-
toAttribute
public AttributeValue toAttribute(Attribute attribute, Object value, Map<String, Object> hints) throws OperationNotSupportedExceptionTODO summary sentence for toAttribute ...- Specified by:
toAttribute
in interfaceSimpleType
- Throws:
OperationNotSupportedException
- See Also:
-
canCreateAttributes
TODO summary sentence for canCreateAttributes ...- Specified by:
canCreateAttributes
in interfaceSimpleType
- See Also:
-
getChildType
public int getChildType()TODO summary sentence for getChildType ...- Specified by:
getChildType
in interfaceSimpleType
- See Also:
-
getParents
TODO summary sentence for getParents ...- Specified by:
getParents
in interfaceSimpleType
- See Also:
-
getFacets
TODO summary sentence for getFacets ...- Specified by:
getFacets
in 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:
getValue
in interfaceType
- Returns:
- Object
- Throws:
OperationNotSupportedException
- See Also:
-
getName
TODO summary sentence for getName ... -
getNamespace
TODO summary sentence for getNamespace ...- Specified by:
getNamespace
in interfaceType
- See Also:
-
getInstanceType
TODO summary sentence for getInstanceType ...- Specified by:
getInstanceType
in interfaceType
- See Also:
-
canEncode
TODO summary sentence for canEncode ...- Specified by:
canEncode
in 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:
encode
in 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:
findChildElement
in interfaceType
- Parameters:
name
- the element's localName to search for.- See Also:
-