Package com._1c.g5.v8.dt.dcs.parameters
Class DcsAvailableParameterDescription
java.lang.Object
com._1c.g5.v8.dt.dcs.parameters.DcsAvailableParameterDescription
Описание доступного параметра
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDcsAvailableParameterDescription
(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 -
Method Summary
-
Field Details
-
termname
-
type
-
typeName
-
addSecondType
public boolean addSecondType -
resourceString
-
defValue
-
subParamsCnt
public int subParamsCnt -
oldTermName
-
-
Constructor Details
-
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
-