Class CollectionParametersData.Parameter
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.ui.collectionparameters.CollectionParametersData.Parameter
-
- All Implemented Interfaces:
ObjWithValue
- Enclosing class:
- CollectionParametersData
public class CollectionParametersData.Parameter extends Object implements ObjWithValue
Параметр
-
-
Field Summary
Fields Modifier and Type Field Description CollectionParametersData
data
Value
defValue
String
name
CollectionParametersData.Parameter
parent
String
title
TypeDescription
types
boolean
use
Object
value
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Get nameTypeDescription
getType()
Получить типObject
getValue()
Получить значениеboolean
isDefValue()
Checks if current parameter value is default value.void
setValue(Object value)
Установить значение
-
-
-
Field Detail
-
data
public CollectionParametersData data
-
parent
public CollectionParametersData.Parameter parent
-
use
public boolean use
-
name
public String name
-
title
public String title
-
value
public Object value
-
types
public TypeDescription types
-
defValue
public Value defValue
-
-
Method Detail
-
getValue
public Object getValue()
Description copied from interface:ObjWithValue
Получить значение- Specified by:
getValue
in interfaceObjWithValue
- Returns:
- значение
-
setValue
public void setValue(Object value)
Description copied from interface:ObjWithValue
Установить значение- Specified by:
setValue
in interfaceObjWithValue
- Parameters:
value
- значение
-
getType
public TypeDescription getType()
Description copied from interface:ObjWithValue
Получить тип- Specified by:
getType
in interfaceObjWithValue
- Returns:
- тип
-
getName
public String 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
-
-