|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.CallParamConfigImpl
public class CallParamConfigImpl
The old way of describing a parameter of a call to an AssemblyLine. The current way is to use a TaskCallBlock.
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
CHILD_PATH_SEPARATOR, DISABLE_EXTPROPS, DISABLE_INHERITANCE, INHERIT_NONE, INHERIT_PARENT, ONE_LEVEL, RECURSIVE, RECURSIVE_ONELEVEL, RECURSIVE_SUBTREE, SEARCH_EXACTCASE, SEARCH_ONELEVEL, SEARCH_PARAMNAME, SEARCH_PARAMNAME_RE, SEARCH_PROPERTY, SEARCH_REGEX, SEARCH_SUBSTRING, SUBTREE |
| Constructor Summary | |
|---|---|
CallParamConfigImpl()
Deprecated. Default Constructor. |
|
CallParamConfigImpl(Object config)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
String |
getSyntax()
Deprecated. Gets the syntax attribute of the CallParamConfig object |
String |
getTargetAttributeName()
Deprecated. Gets the targetAttributeName attribute of the CallParamConfig object |
void |
setSyntax(String value)
Deprecated. Gets the syntax of the call parameter. |
void |
setTargetAttributeName(String targetAttributeName)
Deprecated. Sets the targetAttributeName attribute of the CallParamConfig object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CallParamConfigImpl()
public CallParamConfigImpl(Object config)
config - TreeMap of attribute/value pairs| Method Detail |
|---|
public String getTargetAttributeName()
getTargetAttributeName in interface CallParamConfigpublic void setTargetAttributeName(String targetAttributeName)
setTargetAttributeName in interface CallParamConfigtargetAttributeName - The new targetAttributeName valuepublic void setSyntax(String value)
setSyntax in interface CallParamConfigvalue - The new syntax, e.g. "java.lang.String".public String getSyntax()
getSyntax in interface CallParamConfig
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||