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 booleanaddSecondTypeValuedefValueString[]oldTermNameStringresourceStringintsubParamsCntString[]termnameTypeDescriptiontypeStringtypeName
-
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 benulltypeName- type name, cannot benulladdSecondType- add field typeresourceString- title, cannot benulldefValue- default value, can benullif 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 benulltype- type, cannot benulladdSecondType- add field type, cannot benulltitle- title, cannot benulldefValue- default value, can benullif there is default valuedeprecateSince- version when description became outdated, can benullif 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 benulltypeName- type name, cannot benulladdSecondType- add field typeresourceString- title, cannot benulldefValue- default value, can benullif there is default valuesubParamsCnt- count of childrenoldTermName- old term names for this description, can benullif 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 benulltype- type, cannot benulladdSecondType- add field type, cannot benulltitle- title, cannot benulldefValue- default value, can benullif there is default valueoldTermName- old term names for this description, can benullif thire is no old terms for description
-
-