Class OutputFormatSet

java.lang.Object
com.aquima.interactions.test.templates.resource.OutputFormatSet

public class OutputFormatSet extends Object
This class is used to wrap an array of output formats to be used as key in a Map. The output format array can NOT be wrapped by an ArrayList (or some other collection), as the converted C# code does not support the Equals operation on list classes.
Since:
6.4
Author:
O. Kerpershoek
  • Constructor Details

    • OutputFormatSet

      protected OutputFormatSet(com.aquima.interactions.composer.OutputFormat... outputFormats)
  • Method Details

    • containsFormat

      protected boolean containsFormat(com.aquima.interactions.composer.OutputFormat outputFormat)
    • asList

      protected Collection<com.aquima.interactions.composer.OutputFormat> asList()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object