Class ParameterDefinition

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

public final class ParameterDefinition extends Object
Deprecated.
Since 2.3.0, replaced by ParameterDefinition.
Defines the parameter for a Transformation class.
Since:
2.1.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParameterDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.base.text.UserMessage
    Deprecated.
    Returns the description of parameter.
    Deprecated.
    Returns the name of parameter.
    com.orchestranetworks.schema.SchemaTypeName
    Deprecated.
    Returns the SchemaTypeName of parameter.
    Deprecated.
    Returns the String value of parameter.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParameterDefinition

      public ParameterDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value)
      Deprecated.
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Returns the name of parameter.
    • getDescription

      public com.onwbp.base.text.UserMessage getDescription()
      Deprecated.
      Returns the description of parameter.
    • getType

      public com.orchestranetworks.schema.SchemaTypeName getType()
      Deprecated.
      Returns the SchemaTypeName of parameter.
    • getValue

      public String getValue()
      Deprecated.
      Returns the String value of parameter.