Enum UiQueryType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UiQueryType>

    public enum UiQueryType
    extends java.lang.Enum<UiQueryType>
    THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
    • Enum Constant Detail

      • UI_COMBO_BOX_LAZY_CHILDREN

        public static final UiQueryType UI_COMBO_BOX_LAZY_CHILDREN
      • UI_COMBO_BOX_RETRIEVE_DROPDOWN_ENTRIES

        public static final UiQueryType UI_COMBO_BOX_RETRIEVE_DROPDOWN_ENTRIES
    • Method Detail

      • values

        public static UiQueryType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (UiQueryType c : UiQueryType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static UiQueryType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getApiClass

        public java.lang.Class<? extends UiQuery> getApiClass()