module:model/DSWorkflowToUpperExpression

module:model/DSWorkflowToUpperExpression

new module:model/DSWorkflowToUpperExpression(text, type)

Source:

Constructs a new DSWorkflowToUpperExpression.

Parameters:
Name Type Description
text Object

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

type module:model/DSWorkflowTransformationExpressionTypesToUpperExpression

Members

(inner) text :Object

Source:

Reference of #/definitions/StringOrVariableOrTransformation. Object stands for a String or a Variable or a Transformation. This object should be any of the following object models or types: [string, #/definitions/DSWorkflowVariable, #/definitions/DSWorkflowTransformationExpression]

Type:
  • Object

(inner) type :module:model/DSWorkflowTransformationExpressionTypesToUpperExpression

Source:
Type:
  • module:model/DSWorkflowTransformationExpressionTypesToUpperExpression

Methods

(static) constructFromObject(data, obj) → {module:model/DSWorkflowToUpperExpression}

Source:

Constructs a DSWorkflowToUpperExpression from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/DSWorkflowToUpperExpression

Optional instance to populate.

Returns:

The populated DSWorkflowToUpperExpression instance.

Type
module:model/DSWorkflowToUpperExpression