Class ExportType

java.lang.Object
com.aquima.interactions.ds.xml.ExportType

public final class ExportType extends Object
This class describes an export type and contains all possible export types.
Since:
7.1
Author:
Jon van Leuven
  • Field Details

    • PROJECT

      public static final ExportType PROJECT
      This member defines the TASK export type.
    • APPLICATION

      public static final ExportType APPLICATION
      This member defines the APPLICATION export type.
    • PROCESS

      public static final ExportType PROCESS
      This member defines the PROCESS export type.
    • CONFIGURATION

      public static final ExportType CONFIGURATION
      This member defines the CONFIGURATION export type.
    • IMPLEMENTATION

      public static final ExportType IMPLEMENTATION
      This member defines the IMPLEMENTATION export type.
    • TESTCASES

      public static final ExportType TESTCASES
      This member defines the type for modules containing test cases.
    • COMPOSER

      public static final ExportType COMPOSER
      This member defines the type for a composer export.
  • Method Details

    • forName

      public static ExportType forName(String name)
      This method may be used to request the type with a specified name.
      Parameters:
      name - The name of the requested type.
      Returns:
      The type for the specified name.
    • getName

      public String getName()
      This method returns the name of the export type.
      Returns:
      The name of the type.
    • hashCode

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

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

      public String toString()
      Overrides:
      toString in class Object