Class DcsParameterValueCollection

java.lang.Object
com._1c.g5.v8.dt.dcs.parameters.DcsParameterValueCollection

public class DcsParameterValueCollection extends Object
Коллекция значений параметров
  • Constructor Details

    • DcsParameterValueCollection

      public DcsParameterValueCollection()
  • Method Details

    • setAvailableCollection

      public void setAvailableCollection(DcsAvailableParameterCollection availableCollection)
      Инициализация
      Parameters:
      availableCollection - коллекция
    • itemsCount

      public int itemsCount()
      Получить количество параметров
      Returns:
      количество
    • getItemAtInternal

      public DcsParameterValueBase getItemAtInternal(int pos)
      Получить параметр
      Parameters:
      pos - индекс
      Returns:
      параметр
    • insertItem

      public void insertItem(DcsParameterValueBase newItem)
      Добавить параметр
      Parameters:
      newItem - параметр
    • clear

      public void clear()
      Очистить
    • findItem

      public DcsParameterValueBase findItem(String name)
      Получить параметр по имени
      Parameters:
      name - имя
      Returns:
      параметр
    • getItemAt

      public DcsParameterValueBase getItemAt(int pos)
      Получить параметр по индексу
      Parameters:
      pos - индекс
      Returns:
      параметр