Class DcsAvailableParameterDescription

java.lang.Object
com._1c.g5.v8.dt.dcs.parameters.DcsAvailableParameterDescription

public class DcsAvailableParameterDescription extends Object
Описание доступного параметра
  • Field Details

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

    • DcsAvailableParameterDescription

      public 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 null if there is default value
      subParamsCnt - count of children
    • DcsAvailableParameterDescription

      public 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 null if there is default value
      deprecateSince - version when description became outdated, can be null 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 be null
      typeName - type name, cannot be null
      addSecondType - add field type
      resourceString - title, cannot be null
      defValue - default value, can be null if there is default value
      subParamsCnt - count of children
      oldTermName - old term names for this description, can be null 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 be null
      type - type, cannot be null
      addSecondType - add field type, cannot be null
      title - title, cannot be null
      defValue - default value, can be null if there is default value
      oldTermName - old term names for this description, can be null if thire is no old terms for description