Enum SearchIn

    • Enum Constant Detail

      • METADATA

        public static final SearchIn METADATA
      • ADDRESSING_ATTRIBUTES

        public static final SearchIn ADDRESSING_ATTRIBUTES
      • ATTRIBUTES

        public static final SearchIn ATTRIBUTES
      • COLUMNS

        public static final SearchIn COLUMNS
      • COMMANDS

        public static final SearchIn COMMANDS
      • DIMENSIONS

        public static final SearchIn DIMENSIONS
      • FORMS

        public static final SearchIn FORMS
      • TABULAR_SECTIONS

        public static final SearchIn TABULAR_SECTIONS
      • RESOURCES

        public static final SearchIn RESOURCES
      • TEMPLATES

        public static final SearchIn TEMPLATES
      • VALUES

        public static final SearchIn VALUES
      • MODULES

        public static final SearchIn MODULES
      • RECALCULATIONS

        public static final SearchIn RECALCULATIONS
      • ROLES

        public static final SearchIn ROLES
      • FIELDS

        public static final SearchIn FIELDS
    • Method Detail

      • values

        public static SearchIn[] 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 (SearchIn c : SearchIn.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SearchIn valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getDescription

        public String getDescription()
        The user readable description
        Returns:
        the description string, never null