Class DcsAvailableParameterDescription


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

      • termname

        public String[] termname
      • 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 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