Enum Class SearchIn

java.lang.Object
java.lang.Enum<SearchIn>
com._1c.g5.v8.dt.search.core.SearchIn
All Implemented Interfaces:
Serializable, Comparable<SearchIn>, Constable

public enum SearchIn extends Enum<SearchIn>
Text content source types participating in search.
  • Enum Constant Details

    • 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
    • DCS

      public static final SearchIn DCS
    • DIMENSIONS

      public static final SearchIn DIMENSIONS
    • FORMS

      public static final SearchIn FORMS
    • DYNAMIC_LIST_QUERY

      public static final SearchIn DYNAMIC_LIST_QUERY
    • 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
    • FIELDS

      public static final SearchIn FIELDS
    • RESTRICTION_TEMPLATE

      public static final SearchIn RESTRICTION_TEMPLATE
    • RLS_CONDITION

      public static final SearchIn RLS_CONDITION
  • Method Details

    • values

      public static SearchIn[] 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 SearchIn 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
    • getDescription

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