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 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
-