Package com._1c.g5.v8.dt.dcs.parameters
Class DcsAvailableParameterDescription
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.parameters.DcsAvailableParameterDescription
-
public class DcsAvailableParameterDescription extends Object
Описание доступного параметра
-
-
Field Summary
Fields Modifier and Type Field Description boolean
addSecondType
Value
defValue
String[]
oldTermName
String
resourceString
int
subParamsCnt
String[]
termname
TypeDescription
type
String
typeName
-
Constructor Summary
Constructors Constructor Description DcsAvailableParameterDescription(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt)
ConstructorDcsAvailableParameterDescription(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt, String[] oldTermName)
ConstructorDcsAvailableParameterDescription(String name, TypeDescription type, boolean addSecondType, String title, Value defValue)
ConstructorDcsAvailableParameterDescription(String name, TypeDescription type, boolean addSecondType, String title, Value defValue, String[] oldTermName)
Constructor
-
-
-
Field Detail
-
termname
public String[] termname
-
type
public TypeDescription type
-
typeName
public String typeName
-
addSecondType
public boolean addSecondType
-
resourceString
public String resourceString
-
defValue
public Value defValue
-
subParamsCnt
public int subParamsCnt
-
oldTermName
public String[] oldTermName
-
-
Constructor Detail
-
DcsAvailableParameterDescription
public DcsAvailableParameterDescription(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt)
Constructor- Parameters:
termname
- names, cannot benull
typeName
- type name, cannot benull
addSecondType
- add field typeresourceString
- title, cannot benull
defValue
- default value, can benull
if there is default valuesubParamsCnt
- count of children
-
DcsAvailableParameterDescription
public DcsAvailableParameterDescription(String name, TypeDescription type, boolean addSecondType, String title, Value defValue)
Constructor- Parameters:
name
- name, cannot benull
type
- type, cannot benull
addSecondType
- add field type, cannot benull
title
- title, cannot benull
defValue
- default value, can benull
if there is default valuedeprecateSince
- version when description became outdated, can benull
if description is actual
-
DcsAvailableParameterDescription
public DcsAvailableParameterDescription(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt, String[] oldTermName)
Constructor- Parameters:
termname
- names, cannot benull
typeName
- type name, cannot benull
addSecondType
- add field typeresourceString
- title, cannot benull
defValue
- default value, can benull
if there is default valuesubParamsCnt
- count of childrenoldTermName
- old term names for this description, can benull
if thire is no old terms for description
-
DcsAvailableParameterDescription
public DcsAvailableParameterDescription(String name, TypeDescription type, boolean addSecondType, String title, Value defValue, String[] oldTermName)
Constructor- Parameters:
name
- name, cannot benull
type
- type, cannot benull
addSecondType
- add field type, cannot benull
title
- title, cannot benull
defValue
- default value, can benull
if there is default valueoldTermName
- old term names for this description, can benull
if thire is no old terms for description
-
-