Package com._1c.g5.v8.dt.dcs.parameters
Class DcsParameterValueCollection
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.parameters.DcsParameterValueCollection
-
public class DcsParameterValueCollection extends Object
Коллекция значений параметров
-
-
Constructor Summary
Constructors Constructor Description DcsParameterValueCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
ОчиститьDcsParameterValueBase
findItem(String name)
Получить параметр по имениDcsParameterValueBase
getItemAt(int pos)
Получить параметр по индексуDcsParameterValueBase
getItemAtInternal(int pos)
Получить параметрvoid
insertItem(DcsParameterValueBase newItem)
Добавить параметрint
itemsCount()
Получить количество параметровvoid
setAvailableCollection(DcsAvailableParameterCollection availableCollection)
Инициализация
-
-
-
Method Detail
-
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:
- параметр
-
-