Enum Class ALcdWFSLock.LockAction

java.lang.Object
java.lang.Enum<ALcdWFSLock.LockAction>
com.luciad.ogc.wfs.ALcdWFSLock.LockAction
All Implemented Interfaces:
Serializable, Comparable<ALcdWFSLock.LockAction>, Constable
Enclosing class:
ALcdWFSLock

public static enum ALcdWFSLock.LockAction extends Enum<ALcdWFSLock.LockAction>
An enumeration that corresponds to the 'LockAction' attribute of 'GetFeaturesWithLock' and 'LockFeatures' requests. This attribute specifies the action that should be taken when a lock can not be acquired on all features.
  • Enum Constant Details

    • ALL

      public static final ALcdWFSLock.LockAction ALL
      'ALL' indicates that all requested features should be locked, or none if one of the features can not be locked.
    • SOME

      public static final ALcdWFSLock.LockAction SOME
      'SOME' indicates that it is sufficient to lock only the features on which a lock can be acquired.
  • Method Details

    • values

      public static ALcdWFSLock.LockAction[] 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

      public static ALcdWFSLock.LockAction valueOf(String name)
      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 name
      NullPointerException - if the argument is null