Class InputDefinition

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

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

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

    Modifier and Type
    Method
    Description
    com.onwbp.base.text.UserMessage
    Returns the input data description.
    Returns the input data name.
    com.orchestranetworks.schema.SchemaTypeName
    Returns input data SchemaTypeName.
    boolean
    Returns true if the 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)
  • Method Details

    • getName

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

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

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

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