Class SortOrderTypeBinding

  • All Implemented Interfaces:
    Binding, SimpleBinding

    public class SortOrderTypeBinding
    extends AbstractSimpleBinding
    Binding object for the type http://www.opengis.net/ogc:SortOrderType.

             
      <xsd:simpleType name="SortOrderType">
          <xsd:restriction base="xsd:string">
              <xsd:enumeration value="DESC"/>
              <xsd:enumeration value="ASC"/>
          </xsd:restriction>
      </xsd:simpleType>