Enum Class QueryDesignerPropEvent.Type

java.lang.Object
java.lang.Enum<QueryDesignerPropEvent.Type>
com.iizigo.event.QueryDesignerPropEvent.Type
All Implemented Interfaces:
Serializable, Comparable<QueryDesignerPropEvent.Type>, Constable
Enclosing class:
QueryDesignerPropEvent

public static enum QueryDesignerPropEvent.Type extends Enum<QueryDesignerPropEvent.Type>
The type of message.
  • Enum Constant Details

    • QUERY_REFERENCES

      public static final QueryDesignerPropEvent.Type QUERY_REFERENCES
      Query for References, the result from getQuery() can be cast to QueryReferences.
  • Method Details

    • values

      public static QueryDesignerPropEvent.Type[] 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 QueryDesignerPropEvent.Type 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