Enum Class ConnectToService.BindingType

java.lang.Object
java.lang.Enum<ConnectToService.BindingType>
com.vaadin.copilot.ConnectToService.BindingType
All Implemented Interfaces:
Serializable, Comparable<ConnectToService.BindingType>, Constable
Enclosing class:
ConnectToService

public static enum ConnectToService.BindingType extends Enum<ConnectToService.BindingType>
The type of binding that can be used for a Flow Grid.
  • Enum Constant Details

  • Method Details

    • values

      public static ConnectToService.BindingType[] 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 ConnectToService.BindingType 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