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

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

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

    Modifier and Type
    Method
    Description
    com.onwbp.base.text.UserMessage
    Deprecated.
    Returns description of input data.
    Deprecated.
    Returns name of input data.
    com.orchestranetworks.schema.SchemaTypeName
    Deprecated.
    Returns SchemaTypeName of input data.
    boolean
    Deprecated.
    Returns true if input data is a list.

    Methods inherited from class java.lang.Object

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

    • InputDefinition

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

    • getName

      public String getName()
      Deprecated.
      Returns name of input data.
    • getDescription

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

      public com.orchestranetworks.schema.SchemaTypeName getType()
      Deprecated.
      Returns SchemaTypeName of input data.
    • isList

      public boolean isList()
      Deprecated.
      Returns true if input data is a list.