java.lang.Object
com.aquima.interactions.framework.service.connectivity.parameters.MetaData
Direct Known Subclasses:
CsvMetaData, SoapMetaData, SqlMetaData

public abstract class MetaData extends Object
This class contains the meta-data settings for a connectivity service.
Since:
6.4
Author:
J. van Leuven, O. Kerpershoek
  • Constructor Details

    • MetaData

      public MetaData(IXmlNode metaDataNode)
      Constructs the meta-data class from an XML node.
      Parameters:
      metaDataNode - The XML node containing the meta-data information.
  • Method Details

    • getInstanceAction

      public InstanceAction getInstanceAction()
      This method returns the instance action that should be used when processing a result.
      Returns:
      the instance action that should be used when processing a result.
    • getFormatNameFor

      public String getFormatNameFor(DataType type)
      This method returns the name of the value format that should be used for a specific data type.
      Parameters:
      type - The data type for which a value format name is requested.
      Returns:
      The name of the value format that should be used for the specified data type.