Enum Class BindingSet.SECURITY_OPS

java.lang.Object
java.lang.Enum<BindingSet.SECURITY_OPS>
de.businesscode.bcdui.binding.BindingSet.SECURITY_OPS
All Implemented Interfaces:
Serializable, Comparable<BindingSet.SECURITY_OPS>, Constable
Enclosing interface:
BindingSet

public static enum BindingSet.SECURITY_OPS extends Enum<BindingSet.SECURITY_OPS>
security operations supported
  • Enum Constant Details

    • write

      public static final BindingSet.SECURITY_OPS write
      any operation modifying data (C-UD) as defined by 'name' attribute of the Operation node in the configuration
    • read

      public static final BindingSet.SECURITY_OPS read
      any read operation as defined by 'name' attribute of the Operation node in the configuration
  • Method Details

    • values

      public static BindingSet.SECURITY_OPS[] 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 BindingSet.SECURITY_OPS 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