Uses of Class
net.opengis.wfs.AllSomeType

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

Uses of AllSomeType in net.opengis.wfs
 

Fields in net.opengis.wfs declared as AllSomeType
static AllSomeType AllSomeType.ALL_LITERAL
          The 'ALL' literal object.
static AllSomeType AllSomeType.SOME_LITERAL
          The 'SOME' literal object.
 

Methods in net.opengis.wfs that return AllSomeType
static AllSomeType AllSomeType.get(int value)
          Returns the 'All Some Type' literal with the specified integer value.
static AllSomeType AllSomeType.get(java.lang.String literal)
          Returns the 'All Some Type' literal with the specified literal value.
static AllSomeType AllSomeType.getByName(java.lang.String name)
          Returns the 'All Some Type' literal with the specified name.
 AllSomeType LockFeatureType.getLockAction()
          Returns the value of the 'Lock Action' attribute.
 AllSomeType TransactionType.getReleaseAction()
          Returns the value of the 'Release Action' attribute.
 

Methods in net.opengis.wfs with parameters of type AllSomeType
 void LockFeatureType.setLockAction(AllSomeType value)
          Sets the value of the 'Lock Action' attribute.
 void TransactionType.setReleaseAction(AllSomeType value)
          Sets the value of the 'Release Action' attribute.
 

Uses of AllSomeType in net.opengis.wfs.impl
 

Fields in net.opengis.wfs.impl declared as AllSomeType
protected static AllSomeType LockFeatureTypeImpl.LOCK_ACTION_EDEFAULT
          The default value of the 'Lock Action' attribute.
protected  AllSomeType LockFeatureTypeImpl.lockAction
          The cached value of the 'Lock Action' attribute.
protected static AllSomeType TransactionTypeImpl.RELEASE_ACTION_EDEFAULT
          The default value of the 'Release Action' attribute.
protected  AllSomeType TransactionTypeImpl.releaseAction
          The cached value of the 'Release Action' attribute.
 

Methods in net.opengis.wfs.impl that return AllSomeType
 AllSomeType WfsFactoryImpl.createAllSomeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AllSomeType LockFeatureTypeImpl.getLockAction()
           
 AllSomeType TransactionTypeImpl.getReleaseAction()
           
 

Methods in net.opengis.wfs.impl with parameters of type AllSomeType
 void LockFeatureTypeImpl.setLockAction(AllSomeType newLockAction)
           
 void TransactionTypeImpl.setReleaseAction(AllSomeType newReleaseAction)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.