Class CobolInteractionSpecMetaData

Provides meta data information about the CobolInteractionSpec.
java.lang.Object

extended by com.microfocus.cobol.connector.cci.CobolInteractionSpecMetaData

All Implemented Interfaces

InteractionSpec, Serializable

Class Specifications

public class CobolInteractionSpecMetaData

extends Object

Constructor Summary

CobolInteractionSpecMetaData(InteractionSpec iSpec)
Create a CobolInteractionSpecMetaData instance.

Methods

Method Summary
String[] getFunctions()

Get the list of functions supported by CobolInteractionSpec.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CobolInteractionSpecMetaData
public CobolInteractionSpecMetaData(InteractionSpec iSpec)

Construct a new CobolInteractionSpecMetaData instance.

Parameters:
iSpec The CobolInteractionSpec instance.

Method Detail

getFunctions
public String[] getFunctions()

Get the list of functions supported by CobolInteractionSpec.