Package com._1c.g5.v8.dt.dcs.parameters
Class DcsParameterValuesBase.AvailableParameterDescriptionBuilder
java.lang.Object
com._1c.g5.v8.dt.dcs.parameters.DcsParameterValuesBase.AvailableParameterDescriptionBuilder
- Enclosing class:
- DcsParameterValuesBase
Parameter description builder.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AvailableParameterDescriptionBuilder
public AvailableParameterDescriptionBuilder()
-
-
Method Details
-
add
public DcsParameterValuesBase.AvailableParameterDescriptionBuilder add(String[] term, String typeName, String representation, Value defaultValue) Adds parameter.- Parameters:
term- the term, cannot benulltypeName- the type name, cannot benullrepresentation- the representation, cannot benulldefaultValue- the default value, cannot benull- Returns:
- self, cannot be
null
-
add
public DcsParameterValuesBase.AvailableParameterDescriptionBuilder add(String[] term, String typeName, String representation, Value defaultValue, boolean hasSecondType, int childCount) Adds parameter.- Parameters:
term- the term, cannot benulltypeName- the type name, cannot benullrepresentation- the representation, cannot benulldefaultValue- the default value, cannot benullhasSecondType- the second type flagchildCount- the cild count- Returns:
- self, cannot be
null
-
add
public DcsParameterValuesBase.AvailableParameterDescriptionBuilder add(String[] term, String typeName, String representation, Value defaultValue, int childCount) Adds parameter.- Parameters:
term- the term, cannot benulltypeName- the type name, cannot benullrepresentation- the representation, cannot benulldefaultValue- the default value, cannot benullchildCount- the cild count- Returns:
- self, cannot be
null
-
add
public DcsParameterValuesBase.AvailableParameterDescriptionBuilder add(String[] term, String[] oldTerm, String typeName, String representation, Value defaultValue) Adds parameter.- Parameters:
term- the term, cannot benulloldTerm- the old term, cannot benulltypeName- the type name, cannot benullrepresentation- the representation, cannot benulldefaultValue- the default value, cannot benull- Returns:
- self, cannot be
null
-
toArray
Creates parameter description array.- Returns:
- the parameter description array, cannot be
null
-