Uses of Class
net.opengis.wfs20.AllSomeType
- 
Packages that use AllSomeType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of AllSomeType in net.opengis.wfs20Fields in net.opengis.wfs20 with type parameters of type AllSomeType Modifier and Type Field Description static List<AllSomeType>AllSomeType. VALUESA public read-only list of all the 'All Some Type' enumerators.Methods in net.opengis.wfs20 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.AllSomeTypeGetFeatureWithLockType. getLockAction()Returns the value of the 'Lock Action' attribute.AllSomeTypeLockFeatureType. getLockAction()Returns the value of the 'Lock Action' attribute.AllSomeTypeTransactionType. getReleaseAction()Returns the value of the 'Release Action' attribute.static AllSomeTypeAllSomeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AllSomeType[]AllSomeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wfs20 with parameters of type AllSomeType Modifier and Type Method Description voidGetFeatureWithLockType. setLockAction(AllSomeType value)Sets the value of the 'Lock Action' attribute.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.wfs20.implFields in net.opengis.wfs20.impl declared as AllSomeType Modifier and Type Field Description protected static AllSomeTypeGetFeatureWithLockTypeImpl. LOCK_ACTION_EDEFAULTThe default value of the 'Lock Action' attribute.protected static AllSomeTypeLockFeatureTypeImpl. LOCK_ACTION_EDEFAULTThe default value of the 'Lock Action' attribute.protected AllSomeTypeGetFeatureWithLockTypeImpl. lockActionThe cached 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.wfs20.impl that return AllSomeType Modifier and Type Method Description AllSomeTypeWfs20FactoryImpl. createAllSomeTypeFromString(EDataType eDataType, String initialValue)AllSomeTypeWfs20FactoryImpl. createAllSomeTypeObjectFromString(EDataType eDataType, String initialValue)AllSomeTypeGetFeatureWithLockTypeImpl. getLockAction()AllSomeTypeLockFeatureTypeImpl. getLockAction()AllSomeTypeTransactionTypeImpl. getReleaseAction()Methods in net.opengis.wfs20.impl with parameters of type AllSomeType Modifier and Type Method Description voidGetFeatureWithLockTypeImpl. setLockAction(AllSomeType newLockAction)voidLockFeatureTypeImpl. setLockAction(AllSomeType newLockAction)voidTransactionTypeImpl. setReleaseAction(AllSomeType newReleaseAction)
- 
Uses of AllSomeType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type AllSomeType Modifier and Type Method Description booleanWfs20Validator. validateAllSomeType(AllSomeType allSomeType, DiagnosticChain diagnostics, Map<Object,Object> context)booleanWfs20Validator. validateAllSomeTypeObject(AllSomeType allSomeTypeObject, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of AllSomeType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type AllSomeType Modifier and Type Method Description booleanGetFeatureWithLockTypeValidator. validateLockAction(AllSomeType value)booleanLockFeatureTypeValidator. validateLockAction(AllSomeType value)booleanTransactionTypeValidator. validateReleaseAction(AllSomeType value)
 
-