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:
getValuein interfaceObjWithValue- Returns:
- значение
-
setValue
Description copied from interface:ObjWithValueУстановить значение- Specified by:
setValuein interfaceObjWithValue- Parameters:
value- значение
-
getType
Description copied from interface:ObjWithValueПолучить тип- Specified by:
getTypein interfaceObjWithValue- Returns:
- тип
-
getName
Description copied from interface:ObjWithValueGet name- Specified by:
getNamein interfaceObjWithValue- Returns:
- name, depended of scrypt variant
-
isDefValue
public boolean isDefValue()Checks if current parameter value is default value.- Returns:
trueif value is default
-