Uses of Class
net.opengis.wfs.ResultTypeType

Packages that use ResultTypeType
net.opengis.wfs   
net.opengis.wfs.impl   
net.opengis.wfsv   
net.opengis.wfsv.impl   
 

Uses of ResultTypeType in net.opengis.wfs
 

Fields in net.opengis.wfs declared as ResultTypeType
static ResultTypeType ResultTypeType.HITS_LITERAL
          The 'Hits' literal object.
static ResultTypeType ResultTypeType.RESULTS_LITERAL
          The 'Results' literal object.
 

Methods in net.opengis.wfs that return ResultTypeType
static ResultTypeType ResultTypeType.get(int value)
          Returns the 'Result Type Type' literal with the specified integer value.
static ResultTypeType ResultTypeType.get(java.lang.String literal)
          Returns the 'Result Type Type' literal with the specified literal value.
static ResultTypeType ResultTypeType.getByName(java.lang.String name)
          Returns the 'Result Type Type' literal with the specified name.
 ResultTypeType GetFeatureType.getResultType()
          Returns the value of the 'Result Type' attribute.
 

Methods in net.opengis.wfs with parameters of type ResultTypeType
 void GetFeatureType.setResultType(ResultTypeType value)
          Sets the value of the 'Result Type' attribute.
 

Uses of ResultTypeType in net.opengis.wfs.impl
 

Fields in net.opengis.wfs.impl declared as ResultTypeType
protected static ResultTypeType GetFeatureTypeImpl.RESULT_TYPE_EDEFAULT
          The default value of the 'Result Type' attribute.
protected  ResultTypeType GetFeatureTypeImpl.resultType
          The cached value of the 'Result Type' attribute.
 

Methods in net.opengis.wfs.impl that return ResultTypeType
 ResultTypeType WfsFactoryImpl.createResultTypeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ResultTypeType GetFeatureTypeImpl.getResultType()
           
 

Methods in net.opengis.wfs.impl with parameters of type ResultTypeType
 void GetFeatureTypeImpl.setResultType(ResultTypeType newResultType)
           
 

Uses of ResultTypeType in net.opengis.wfsv
 

Methods in net.opengis.wfsv that return ResultTypeType
 ResultTypeType GetLogType.getResultType()
          Returns the value of the 'Result Type' attribute.
 

Methods in net.opengis.wfsv with parameters of type ResultTypeType
 void GetLogType.setResultType(ResultTypeType value)
          Sets the value of the 'Result Type' attribute.
 

Uses of ResultTypeType in net.opengis.wfsv.impl
 

Fields in net.opengis.wfsv.impl declared as ResultTypeType
protected static ResultTypeType GetLogTypeImpl.RESULT_TYPE_EDEFAULT
          The default value of the 'Result Type' attribute.
protected  ResultTypeType GetLogTypeImpl.resultType
          The cached value of the 'Result Type' attribute.
 

Methods in net.opengis.wfsv.impl that return ResultTypeType
 ResultTypeType GetLogTypeImpl.getResultType()
           
 

Methods in net.opengis.wfsv.impl with parameters of type ResultTypeType
 void GetLogTypeImpl.setResultType(ResultTypeType newResultType)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.