blob: c5221bee8ceb5fe4eb11bc8d0082684a9d477842 [file] [log] [blame]
package net.sf.taverna.t2.servicedescriptions.impl;
public interface ServiceDescriptionConstants {
String SERVICE_PANEL_CONFIGURATION = "servicePanelConfiguration";
String PROVIDERS = "providers";
String IGNORED = "ignored";
String PROVIDER_ID = "providerID";
String CONFIGURATION = "configuration";
String TYPE = "type";
}