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 SummaryConstructors Constructor Description DcsParameterValueCollection()
 - 
Method SummaryAll 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- 
setAvailableCollectionpublic void setAvailableCollection(DcsAvailableParameterCollection availableCollection) Инициализация- Parameters:
- availableCollection- коллекция
 
 - 
itemsCountpublic int itemsCount() Получить количество параметров- Returns:
- количество
 
 - 
getItemAtInternalpublic DcsParameterValueBase getItemAtInternal(int pos) Получить параметр- Parameters:
- pos- индекс
- Returns:
- параметр
 
 - 
insertItempublic void insertItem(DcsParameterValueBase newItem) Добавить параметр- Parameters:
- newItem- параметр
 
 - 
clearpublic void clear() Очистить
 - 
findItempublic DcsParameterValueBase findItem(String name) Получить параметр по имени- Parameters:
- name- имя
- Returns:
- параметр
 
 - 
getItemAtpublic DcsParameterValueBase getItemAt(int pos) Получить параметр по индексу- Parameters:
- pos- индекс
- Returns:
- параметр
 
 
- 
 
-