public interface Connector extends RuleActivity
The following features are supported:
RuleflowPackage.getConnector()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Returns the value of the 'Class Name' attribute
|
java.lang.String |
getServiceName()
Returns the value of the 'Service Name' attribute
|
void |
setClassName(java.lang.String value)
Sets the value of the '
Class Name' attribute |
void |
setServiceName(java.lang.String value)
Sets the value of the '
Service Name' attribute |
getDomain, setDomaingetDocumentingRuleStatementsjava.lang.String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String),
RuleflowPackage.getConnector_ClassName()void setClassName(java.lang.String value)
Class Name' attribute.
value - the new value of the 'Class Name' attribute.getClassName()java.lang.String getServiceName()
If the meaning of the 'Service Name' attribute isn't clear, there really should be more of a description here...
setServiceName(String),
RuleflowPackage.getConnector_ServiceName()void setServiceName(java.lang.String value)
Service Name' attribute.
value - the new value of the 'Service Name' attribute.getServiceName()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.