Uses of Class
net.opengis.wfs.OperationType

Packages that use OperationType
net.opengis.wfs   
net.opengis.wfs.impl   
 

Uses of OperationType in net.opengis.wfs
 

Fields in net.opengis.wfs declared as OperationType
static OperationType OperationType.DELETE_LITERAL
          The 'Delete' literal object.
static OperationType OperationType.GET_GML_OBJECT_LITERAL
          The 'Get Gml Object' literal object.
static OperationType OperationType.INSERT_LITERAL
          The 'Insert' literal object.
static OperationType OperationType.LOCK_LITERAL
          The 'Lock' literal object.
static OperationType OperationType.QUERY_LITERAL
          The 'Query' literal object.
static OperationType OperationType.UPDATE_LITERAL
          The 'Update' literal object.
 

Methods in net.opengis.wfs that return OperationType
static OperationType OperationType.get(int value)
          Returns the 'Operation Type' literal with the specified integer value.
static OperationType OperationType.get(java.lang.String literal)
          Returns the 'Operation Type' literal with the specified literal value.
static OperationType OperationType.getByName(java.lang.String name)
          Returns the 'Operation Type' literal with the specified name.
 

Uses of OperationType in net.opengis.wfs.impl
 

Methods in net.opengis.wfs.impl that return OperationType
 OperationType WfsFactoryImpl.createOperationTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.