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 SummaryFields Modifier and Type Field Description booleanaddSecondTypeValuedefValueString[]oldTermNameStringresourceStringintsubParamsCntString[]termnameTypeDescriptiontypeStringtypeName
 - 
Constructor SummaryConstructors 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- 
termnamepublic String[] termname 
 - 
typepublic TypeDescription type 
 - 
typeNamepublic String typeName 
 - 
addSecondTypepublic boolean addSecondType 
 - 
resourceStringpublic String resourceString 
 - 
defValuepublic Value defValue 
 - 
subParamsCntpublic int subParamsCnt 
 - 
oldTermNamepublic String[] oldTermName 
 
- 
 - 
Constructor Detail- 
DcsAvailableParameterDescriptionpublic DcsAvailableParameterDescription(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt) Constructor- Parameters:
- termname- names, cannot be- null
- typeName- type name, cannot be- null
- addSecondType- add field type
- resourceString- title, cannot be- null
- defValue- default value, can be- nullif there is default value
- subParamsCnt- count of children
 
 - 
DcsAvailableParameterDescriptionpublic DcsAvailableParameterDescription(String name, TypeDescription type, boolean addSecondType, String title, Value defValue) Constructor- Parameters:
- name- name, cannot be- null
- type- type, cannot be- null
- addSecondType- add field type, cannot be- null
- title- title, cannot be- null
- defValue- default value, can be- nullif there is default value
- deprecateSince- version when description became outdated, can be- nullif description is actual
 
 - 
DcsAvailableParameterDescriptionpublic DcsAvailableParameterDescription(String[] termname, String typeName, boolean addSecondType, String resourceString, Value defValue, int subParamsCnt, String[] oldTermName) Constructor- Parameters:
- termname- names, cannot be- null
- typeName- type name, cannot be- null
- addSecondType- add field type
- resourceString- title, cannot be- null
- defValue- default value, can be- nullif there is default value
- subParamsCnt- count of children
- oldTermName- old term names for this description, can be- nullif thire is no old terms for description
 
 - 
DcsAvailableParameterDescriptionpublic DcsAvailableParameterDescription(String name, TypeDescription type, boolean addSecondType, String title, Value defValue, String[] oldTermName) Constructor- Parameters:
- name- name, cannot be- null
- type- type, cannot be- null
- addSecondType- add field type, cannot be- null
- title- title, cannot be- null
- defValue- default value, can be- nullif there is default value
- oldTermName- old term names for this description, can be- nullif thire is no old terms for description
 
 
- 
 
-