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 voidclear()ОчиститьDcsParameterValueBasefindItem(String name)Получить параметр по имениDcsParameterValueBasegetItemAt(int pos)Получить параметр по индексуDcsParameterValueBasegetItemAtInternal(int pos)Получить параметрvoidinsertItem(DcsParameterValueBase newItem)Добавить параметрintitemsCount()Получить количество параметровvoidsetAvailableCollection(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:
- параметр
-
-