Uses of Class
net.opengis.wfs.AllSomeType
Packages that use AllSomeType
-
Uses of AllSomeType in net.opengis.wfs
Fields in net.opengis.wfs declared as AllSomeTypeModifier and TypeFieldDescriptionstatic final AllSomeType
AllSomeType.ALL_LITERAL
The 'ALL' literal object.static final AllSomeType
AllSomeType.SOME_LITERAL
The 'SOME' literal object.Methods in net.opengis.wfs that return AllSomeTypeModifier and TypeMethodDescriptionstatic AllSomeType
AllSomeType.get
(int value) Returns the 'All Some Type' literal with the specified integer value.static AllSomeType
Returns the 'All Some Type' literal with the specified literal value.static AllSomeType
Returns the 'All Some Type' literal with the specified name.LockFeatureType.getLockAction()
Returns the value of the 'Lock Action' attribute.TransactionType.getReleaseAction()
Returns the value of the 'Release Action' attribute.Methods in net.opengis.wfs with parameters of type AllSomeTypeModifier and TypeMethodDescriptionvoid
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 AllSomeTypeModifier and TypeFieldDescriptionprotected static final 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 final 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 AllSomeTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createAllSomeTypeFromString
(EDataType eDataType, String initialValue) LockFeatureTypeImpl.getLockAction()
TransactionTypeImpl.getReleaseAction()
Methods in net.opengis.wfs.impl with parameters of type AllSomeTypeModifier and TypeMethodDescriptionvoid
LockFeatureTypeImpl.setLockAction
(AllSomeType newLockAction) void
TransactionTypeImpl.setReleaseAction
(AllSomeType newReleaseAction) -
Uses of AllSomeType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type AllSomeTypeModifier and TypeMethodDescriptionboolean
LockFeatureTypeValidator.validateLockAction
(AllSomeType value) boolean
TransactionTypeValidator.validateReleaseAction
(AllSomeType value)