namespace OpenTap
{
/// Result object types existing in the OpenTAP name space.
public class ResultObjectTypes
{
/// ResultTable result type.
public const string ResultVector = "Result Vector";
/// ResultColumn result type.
public const string ResultColumn = "Result Column";
}
}