Class CollectionParametersData.Parameter
java.lang.Object
com._1c.g5.v8.dt.dcs.ui.collectionparameters.CollectionParametersData.Parameter
- All Implemented Interfaces:
ObjWithValue
- Enclosing class:
- CollectionParametersData
Параметр
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
data
-
parent
-
use
public boolean use -
name
-
title
-
value
-
types
-
defValue
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getValue
Description copied from interface:ObjWithValue
Получить значение- Specified by:
getValue
in interfaceObjWithValue
- Returns:
- значение
-
setValue
Description copied from interface:ObjWithValue
Установить значение- Specified by:
setValue
in interfaceObjWithValue
- Parameters:
value
- значение
-
getType
Description copied from interface:ObjWithValue
Получить тип- Specified by:
getType
in interfaceObjWithValue
- Returns:
- тип
-
getName
Description copied from interface:ObjWithValue
Get name- Specified by:
getName
in interfaceObjWithValue
- Returns:
- name, depended of scrypt variant
-
isDefValue
public boolean isDefValue()Checks if current parameter value is default value.- Returns:
true
if value is default
-