Enum Class KeyedFile.LockMode

java.lang.Object
java.lang.Enum<KeyedFile.LockMode>
uk.co.sculptor.kflibjava.KeyedFile.LockMode
All Implemented Interfaces:
Serializable, Comparable<KeyedFile.LockMode>, Constable
Enclosing class:
KeyedFile

public static enum KeyedFile.LockMode extends Enum<KeyedFile.LockMode>
KeyedFile lock mode enumerator.
  • Enum Constant Details

  • Method Details

    • values

      public static KeyedFile.LockMode[] 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 KeyedFile.LockMode 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
    • getFromByte

      public static KeyedFile.LockMode getFromByte(byte lockMode) throws KfException
      Convert a received value to a LockMode enumerator
      Parameters:
      lockMode - The Sculptor value to be translated to enumerator
      Returns:
      The enumerator value
      Throws:
      KfException - when the lckMode value is invalid
    • getByte

      public byte getByte()
      Returns the KeyedFile lock mode as the byte value used on KfServer
      Returns:
      KeyedFile lock mode as the byte value used on KfServer