org.geotools.xml.filter
Class FilterComplexTypes.SortOrderType

java.lang.Object
  extended byorg.geotools.xml.filter.FilterComplexTypes.SortOrderType
All Implemented Interfaces:
SimpleType, Type
Enclosing class:
FilterComplexTypes

public static class FilterComplexTypes.SortOrderType
extends java.lang.Object
implements SimpleType

also from the 1.0.20 version, and excluded from the Schema object


Field Summary
static java.lang.String SORT_ORDER_ASC
           
static java.lang.String SORT_ORDER_DESC
           
static java.lang.String SORT_ORDER_KEY
           
 
Fields inherited from interface org.geotools.xml.schema.SimpleType
ALL, LIST, NONE, RESTRICTION, UNION
 
Method Summary
 boolean canCreateAttributes(Attribute attribute, java.lang.Object value, java.util.Map hints)
          TODO summary sentence for canCreateAttributes ...
 boolean canEncode(Element element, java.lang.Object value, java.util.Map hints)
          TODO summary sentence for canEncode ...
 void encode(Element element, java.lang.Object value, PrintHandler output, java.util.Map hints)
          TODO summary sentence for encode ...
 Element findChildElement(java.lang.String name)
          TODO summary sentence for findChildElement ...
 int getChildType()
          TODO summary sentence for getChildType ...
 Facet[] getFacets()
          TODO summary sentence for getFacets ...
 int getFinal()
          TODO summary sentence for getFinal ...
 java.lang.String getId()
          TODO summary sentence for getId ...
static FilterComplexTypes.SortOrderType getInstance()
           
 java.lang.Class getInstanceType()
          TODO summary sentence for getInstanceType ...
 java.lang.String getName()
          TODO summary sentence for getName ...
 java.net.URI getNamespace()
          TODO summary sentence for getNamespace ...
 SimpleType[] getParents()
          TODO summary sentence for getParents ...
 java.lang.Object getValue(Element element, ElementValue[] value, org.xml.sax.Attributes attrs, java.util.Map hints)
          TODO summary sentence for getValue ...
 AttributeValue toAttribute(Attribute attribute, java.lang.Object value, java.util.Map hints)
          TODO summary sentence for toAttribute ...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SORT_ORDER_KEY

public static final java.lang.String SORT_ORDER_KEY
See Also:
Constant Field Values

SORT_ORDER_DESC

public static final java.lang.String SORT_ORDER_DESC
See Also:
Constant Field Values

SORT_ORDER_ASC

public static final java.lang.String SORT_ORDER_ASC
See Also:
Constant Field Values
Method Detail

getInstance

public static FilterComplexTypes.SortOrderType getInstance()

getFinal

public int getFinal()
TODO summary sentence for getFinal ...

Specified by:
getFinal in interface SimpleType
Returns:
See Also:
SimpleType.getFinal()

getId

public java.lang.String getId()
TODO summary sentence for getId ...

Specified by:
getId in interface SimpleType
Returns:
See Also:
SimpleType.getId()

toAttribute

public AttributeValue toAttribute(Attribute attribute,
                                  java.lang.Object value,
                                  java.util.Map hints)
                           throws javax.naming.OperationNotSupportedException
TODO summary sentence for toAttribute ...

Specified by:
toAttribute in interface SimpleType
Parameters:
attribute -
value -
hints -
Returns:
Throws:
javax.naming.OperationNotSupportedException
See Also:
SimpleType.toAttribute(org.geotools.xml.schema.Attribute, java.lang.Object, java.util.Map)

canCreateAttributes

public boolean canCreateAttributes(Attribute attribute,
                                   java.lang.Object value,
                                   java.util.Map hints)
TODO summary sentence for canCreateAttributes ...

Specified by:
canCreateAttributes in interface SimpleType
Parameters:
attribute -
value -
hints -
Returns:
See Also:
SimpleType.canCreateAttributes(org.geotools.xml.schema.Attribute, java.lang.Object, java.util.Map)

getChildType

public int getChildType()
TODO summary sentence for getChildType ...

Specified by:
getChildType in interface SimpleType
Returns:
See Also:
SimpleType.getChildType()

getParents

public SimpleType[] getParents()
TODO summary sentence for getParents ...

Specified by:
getParents in interface SimpleType
Returns:
See Also:
SimpleType.getParents()

getFacets

public Facet[] getFacets()
TODO summary sentence for getFacets ...

Specified by:
getFacets in interface SimpleType
Returns:
See Also:
SimpleType.getFacets()

getValue

public java.lang.Object getValue(Element element,
                                 ElementValue[] value,
                                 org.xml.sax.Attributes attrs,
                                 java.util.Map hints)
                          throws javax.naming.OperationNotSupportedException
TODO summary sentence for getValue ...

Specified by:
getValue in interface Type
Parameters:
element -
value -
attrs -
hints -
Returns:
Throws:
org.xml.sax.SAXException
javax.naming.OperationNotSupportedException
See Also:
Type.getValue(org.geotools.xml.schema.Element, org.geotools.xml.schema.ElementValue[], org.xml.sax.Attributes, java.util.Map)

getName

public java.lang.String getName()
TODO summary sentence for getName ...

Specified by:
getName in interface Type
Returns:
See Also:
Type.getName()

getNamespace

public java.net.URI getNamespace()
TODO summary sentence for getNamespace ...

Specified by:
getNamespace in interface Type
Returns:
See Also:
Type.getNamespace()

getInstanceType

public java.lang.Class getInstanceType()
TODO summary sentence for getInstanceType ...

Specified by:
getInstanceType in interface Type
Returns:
See Also:
Type.getInstanceType()

canEncode

public boolean canEncode(Element element,
                         java.lang.Object value,
                         java.util.Map hints)
TODO summary sentence for canEncode ...

Specified by:
canEncode in interface Type
Parameters:
element -
value -
hints -
Returns:
See Also:
Type.canEncode(org.geotools.xml.schema.Element, java.lang.Object, java.util.Map)

encode

public void encode(Element element,
                   java.lang.Object value,
                   PrintHandler output,
                   java.util.Map hints)
            throws javax.naming.OperationNotSupportedException
TODO summary sentence for encode ...

Specified by:
encode in interface Type
Parameters:
element -
value -
output -
hints -
Throws:
java.io.IOException
javax.naming.OperationNotSupportedException
See Also:
Type.encode(org.geotools.xml.schema.Element, java.lang.Object, org.geotools.xml.PrintHandler, java.util.Map)

findChildElement

public Element findChildElement(java.lang.String name)
TODO summary sentence for findChildElement ...

Specified by:
findChildElement in interface Type
Parameters:
name -
Returns:
See Also:
Type.findChildElement(java.lang.String)


Copyright © GeoTools. All Rights Reserved.