Class OutputDefinition


  • @Deprecated
    public final class OutputDefinition
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by OutputDefinition.
    Defines the output data for a Transformation class.
    Since:
    2.1.0
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getDescription()
      Deprecated.
      Returns a description of output data.
      com.orchestranetworks.schema.SchemaTypeName getType()
      Deprecated.
      Returns SchemaTypeName of output data.
      boolean isList()
      Deprecated.
      Returns true if output data is a list.
      • Methods inherited from class java.lang.Object

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

      • OutputDefinition

        public OutputDefinition​(com.onwbp.base.text.UserMessage description,
                                com.orchestranetworks.schema.SchemaTypeName type,
                                boolean isList)
        Deprecated.
    • Method Detail

      • getDescription

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

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

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