Uses of Class
net.opengis.wfs.AllSomeType
- 
Packages that use AllSomeType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation 
- 
- 
Uses of AllSomeType in net.opengis.wfsFields in net.opengis.wfs declared as AllSomeType Modifier and Type Field Description static AllSomeTypeAllSomeType. ALL_LITERALThe 'ALL' literal object.static AllSomeTypeAllSomeType. SOME_LITERALThe 'SOME' literal object.Methods in net.opengis.wfs that return AllSomeType Modifier and Type Method Description static AllSomeTypeAllSomeType. get(int value)Returns the 'All Some Type' literal with the specified integer value.static AllSomeTypeAllSomeType. get(String literal)Returns the 'All Some Type' literal with the specified literal value.static AllSomeTypeAllSomeType. getByName(String name)Returns the 'All Some Type' literal with the specified name.AllSomeTypeLockFeatureType. getLockAction()Returns the value of the 'Lock Action' attribute.AllSomeTypeTransactionType. getReleaseAction()Returns the value of the 'Release Action' attribute.Methods in net.opengis.wfs with parameters of type AllSomeType Modifier and Type Method Description voidLockFeatureType. setLockAction(AllSomeType value)Sets the value of the 'Lock Action' attribute.voidTransactionType. setReleaseAction(AllSomeType value)Sets the value of the 'Release Action' attribute.
- 
Uses of AllSomeType in net.opengis.wfs.implFields in net.opengis.wfs.impl declared as AllSomeType Modifier and Type Field Description protected static AllSomeTypeLockFeatureTypeImpl. LOCK_ACTION_EDEFAULTThe default value of the 'Lock Action' attribute.protected AllSomeTypeLockFeatureTypeImpl. lockActionThe cached value of the 'Lock Action' attribute.protected static AllSomeTypeTransactionTypeImpl. RELEASE_ACTION_EDEFAULTThe default value of the 'Release Action' attribute.protected AllSomeTypeTransactionTypeImpl. releaseActionThe cached value of the 'Release Action' attribute.Methods in net.opengis.wfs.impl that return AllSomeType Modifier and Type Method Description AllSomeTypeWfsFactoryImpl. createAllSomeTypeFromString(EDataType eDataType, String initialValue)AllSomeTypeLockFeatureTypeImpl. getLockAction()AllSomeTypeTransactionTypeImpl. getReleaseAction()Methods in net.opengis.wfs.impl with parameters of type AllSomeType Modifier and Type Method Description voidLockFeatureTypeImpl. setLockAction(AllSomeType newLockAction)voidTransactionTypeImpl. setReleaseAction(AllSomeType newReleaseAction)
- 
Uses of AllSomeType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type AllSomeType Modifier and Type Method Description booleanLockFeatureTypeValidator. validateLockAction(AllSomeType value)booleanTransactionTypeValidator. validateReleaseAction(AllSomeType value)
 
-