Package com.luciad.ogc.wfs.client
Enum Class TLcdWFSLockFeatureRequest.LockAction
java.lang.Object
java.lang.Enum<TLcdWFSLockFeatureRequest.LockAction>
com.luciad.ogc.wfs.client.TLcdWFSLockFeatureRequest.LockAction
- All Implemented Interfaces:
Serializable
,Comparable<TLcdWFSLockFeatureRequest.LockAction>
,Constable
- Enclosing class:
TLcdWFSLockFeatureRequest
public static enum TLcdWFSLockFeatureRequest.LockAction
extends Enum<TLcdWFSLockFeatureRequest.LockAction>
An enumeration that corresponds to the 'LockAction' attribute of 'GetFeaturesWithLock' and
'LockFeatures' requests.
- Since:
- 10.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdWFSLockFeatureRequest.LockAction[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
'ALL' indicates that all requested features should be locked, or none if one of the features can not be locked. -
SOME
'SOME' indicates that it is sufficient to lock only the features on which a lock can be acquired.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-