Class ParameterDefinition

java.lang.Object
com.orchestranetworks.addon.dint.transformation.ParameterDefinition

public final class ParameterDefinition extends Object
The definition of a transformation's parameter.
Since:
4.1.0
See Also:
  • Constructor Details

    • ParameterDefinition

      public ParameterDefinition(String name, com.onwbp.base.text.UserMessage label)
      Constructs a new ParameterDefinition.
      Parameters:
      name - the unique name.
      label - the label.
    • ParameterDefinition

      public ParameterDefinition(String name, com.onwbp.base.text.UserMessage label, com.onwbp.base.text.UserMessage description, String defaultValue)
      Constructs a new ParameterDefinition.
      Parameters:
      name - the unique name.
      label - the label.
      description - the description.
      defaultValue - the default value.
  • Method Details

    • getName

      public String getName()
      Returns the unique name.
    • getLabel

      public com.onwbp.base.text.UserMessage getLabel()
      Returns the label.
    • getDescription

      public com.onwbp.base.text.UserMessage getDescription()
      Returns the description.
    • getDefaultValue

      public String getDefaultValue()
      Returns the default value.
    • getDataType

      public DataType getDataType()
      Returns the data type.

      Limitation: Only support String data type DefaultDataTypes.STRING