Package com._1c.g5.v8.dt.dcs.parameters
Class DcsAvailableParameter
- java.lang.Object
- 
- com._1c.g5.v8.dt.dcs.parameters.DcsAvailableParameter
 
- 
 public class DcsAvailableParameter extends Object Доступный параметр
- 
- 
Constructor SummaryConstructors Constructor Description DcsAvailableParameter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ValuedefValue()Получить значение по-умолчаниюTypedValueListgetAvailableValues()Получить список значенийDcsParametergetCurrentName(int alias)Получить имя с учетом языка конфигурацииvoidgetInfo(DcsAvailableSettingsSourceForSchema.DcsAvailableParameterInfo info)Получить информацию о доступном параметреDcsParametergetName(int alias)Получить имяString[]getOldTerms()Gets old terms corresponding to this parameterDcsAvailableParameterCollectiongetSubParameters()Получить вложенные доступные параметрыStringgetTitle()Получить представлениеTypeDescriptiongetType()Получить типvoidinit(String[] nameTerm, TypeDescription type, DcsAvailableFieldInfo.DCSASSInputParameters inputParameters, String title, Value value, boolean valueListAllowed, TypedValueList availableValuesList, boolean visible, boolean denyIncompleteValues, DataCompositionParameterUse use, Version version, String[] oldNameTerm)InitializationbooleanisValueListAllowed()Получить признак доступности списка значенийbooleanisVisible()Получить видимостьStringkey(int alias)Получить ключ
 
- 
- 
- 
Method Detail- 
initpublic void init(String[] nameTerm, TypeDescription type, DcsAvailableFieldInfo.DCSASSInputParameters inputParameters, String title, Value value, boolean valueListAllowed, TypedValueList availableValuesList, boolean visible, boolean denyIncompleteValues, DataCompositionParameterUse use, Version version, String[] oldNameTerm) throws DcsPathException Initialization- Parameters:
- nameTerm- names of this parameter for each- ScriptVariant, cannot be- null
- type- actual- TypeItems in- TypeDescriptionas possible types of the parameter, cannot be- null
- inputParameters- editing parameters, canntot be- null
- title- actual title of the parameter, cannot be- null
- value- actual parameter- Value, can be- null
- valueListAllowed-- trueif allowed list of the parameter values,- falseotherwise
- availableValuesList- actual parameter- Values as- TypedValueListif- vlaueListAllowedis- true, can be- nullif- vlaueListAllowedis- false
- visible- parameter visible
- denyIncompleteValues-- trueif inclomplete values not allowed for parameter,- falseotherwise
- use- how parameter is using, cannot be- null
- version- actual- Versionof DCS using this parameter, cannot be- null
- oldNameTerm- old name terms corresponding to this parameter, can be- null
- Throws:
- DcsPathException
 
 - 
getSubParameterspublic DcsAvailableParameterCollection getSubParameters() Получить вложенные доступные параметры- Returns:
- параметры
 
 - 
getInfopublic void getInfo(DcsAvailableSettingsSourceForSchema.DcsAvailableParameterInfo info) Получить информацию о доступном параметре- Parameters:
- info- информация
 
 - 
getNamepublic DcsParameter getName(int alias) Получить имя- Parameters:
- alias- язык
- Returns:
- имя
 
 - 
getCurrentNamepublic DcsParameter getCurrentName(int alias) Получить имя с учетом языка конфигурации- Parameters:
- alias- язык
- Returns:
- имя
 
 - 
getTitlepublic String getTitle() Получить представление- Returns:
- представление
 
 - 
defValuepublic Value defValue() Получить значение по-умолчанию- Returns:
- значение по-умолчанию
 
 - 
isValueListAllowedpublic boolean isValueListAllowed() Получить признак доступности списка значений- Returns:
- признак
 
 - 
getAvailableValuespublic TypedValueList getAvailableValues() Получить список значений- Returns:
- список
 
 - 
isVisiblepublic boolean isVisible() Получить видимость- Returns:
- видимость
 
 - 
keypublic String key(int alias) Получить ключ- Parameters:
- alias- язык
- Returns:
- ключ
 
 - 
getTypepublic TypeDescription getType() Получить тип- Returns:
- тип
 
 - 
getOldTermspublic String[] getOldTerms() Gets old terms corresponding to this parameter- Returns:
- old terms, can be nullif there is no old terms
 
 
- 
 
-