Uses of Class
net.opengis.cat.csw.x202.ResultType.Enum

Packages that use ResultType.Enum
net.opengis.cat.csw.x202   
net.opengis.cat.csw.x202.impl   
 

Uses of ResultType.Enum in net.opengis.cat.csw.x202
 

Fields in net.opengis.cat.csw.x202 declared as ResultType.Enum
static ResultType.Enum ResultType.HITS
           
static ResultType.Enum ResultType.RESULTS
           
static ResultType.Enum ResultType.VALIDATE
           
 

Methods in net.opengis.cat.csw.x202 that return ResultType.Enum
static ResultType.Enum ResultType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static ResultType.Enum ResultType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 ResultType.Enum GetRecordsType.getResultType()
          Gets the "resultType" attribute
 

Methods in net.opengis.cat.csw.x202 with parameters of type ResultType.Enum
 void GetRecordsType.setResultType(ResultType.Enum resultType)
          Sets the "resultType" attribute
 

Uses of ResultType.Enum in net.opengis.cat.csw.x202.impl
 

Methods in net.opengis.cat.csw.x202.impl that return ResultType.Enum
 ResultType.Enum GetRecordsTypeImpl.getResultType()
          Gets the "resultType" attribute
 

Methods in net.opengis.cat.csw.x202.impl with parameters of type ResultType.Enum
 void GetRecordsTypeImpl.setResultType(ResultType.Enum resultType)
          Sets the "resultType" attribute
 



Copyright © 2004-2012 52north.org. All Rights Reserved.