Class InputDefinition


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getDescription()
      Returns the input data description.
      java.lang.String getName()
      Returns the input data name.
      com.orchestranetworks.schema.SchemaTypeName getType()
      Returns input data SchemaTypeName.
      boolean isList()
      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 Detail

      • InputDefinition

        public InputDefinition​(java.lang.String name,
                               com.onwbp.base.text.UserMessage description,
                               com.orchestranetworks.schema.SchemaTypeName type,
                               boolean isList)
    • Method Detail

      • getName

        public java.lang.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.