|
||||||||||
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(java.lang.Object config)
Deprecated. Constructor. |
Method Summary | |
---|---|
java.lang.String |
getSyntax()
Deprecated. Gets the syntax attribute of the CallParamConfig object |
java.lang.String |
getTargetAttributeName()
Deprecated. Gets the targetAttributeName attribute of the CallParamConfig object |
void |
setSyntax(java.lang.String value)
Deprecated. Gets the syntax of the call parameter. |
void |
setTargetAttributeName(java.lang.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(java.lang.Object config)
config
- TreeMap of attribute/value pairsMethod Detail |
---|
public java.lang.String getTargetAttributeName()
getTargetAttributeName
in interface CallParamConfig
public void setTargetAttributeName(java.lang.String targetAttributeName)
setTargetAttributeName
in interface CallParamConfig
targetAttributeName
- The new targetAttributeName valuepublic void setSyntax(java.lang.String value)
setSyntax
in interface CallParamConfig
value
- The new syntax, e.g. "java.lang.String".public java.lang.String getSyntax()
getSyntax
in interface CallParamConfig
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |