com.ibm.di.config.base
Class CallParamConfigImpl

java.lang.Object
  extended by com.ibm.di.config.base.BaseConfigurationImpl
      extended by com.ibm.di.config.base.CallParamConfigImpl
All Implemented Interfaces:
BaseConfiguration, CallParamConfig, MetamergeConfigChangeListener, Serializable

public class CallParamConfigImpl
extends BaseConfigurationImpl
implements CallParamConfig

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl
NAME
 
Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
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, SUBTREE
 
Constructor Summary
CallParamConfigImpl()
           
CallParamConfigImpl(Object config)
           
 
Method Summary
 String getSyntax()
          Gets the syntax attribute of the CallParamConfig object
 String getTargetAttributeName()
          Gets the targetAttributeName attribute of the CallParamConfig object
 void setSyntax(String value)
          Gets the syntax attribute of the CallParamConfig object
 void setTargetAttributeName(String targetAttributeName)
          Sets the targetAttributeName attribute of the CallParamConfig object
 
Methods inherited from class com.ibm.di.config.base.BaseConfigurationImpl
addListener, configurationChanged, deepClone, expandPropertyValue, expandPropertyValue, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterPropertySourceFromValue, getParameterRaw, getParent, getParentName, getPath, getReferences, getResHash, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, performNotifyChange, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, toString, updateInheritsFrom, willExpandProps, willFlatten, willUseInherited
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.di.config.interfaces.BaseConfiguration
addListener, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isParameterLocal, nameForChild, notifyChange, notifyChange, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Constructor Detail

CallParamConfigImpl

public CallParamConfigImpl()

CallParamConfigImpl

public CallParamConfigImpl(Object config)
Method Detail

getTargetAttributeName

public String getTargetAttributeName()
Description copied from interface: CallParamConfig
Gets the targetAttributeName attribute of the CallParamConfig object

Specified by:
getTargetAttributeName in interface CallParamConfig
Returns:
The targetAttributeName value

setTargetAttributeName

public void setTargetAttributeName(String targetAttributeName)
Description copied from interface: CallParamConfig
Sets the targetAttributeName attribute of the CallParamConfig object

Specified by:
setTargetAttributeName in interface CallParamConfig
Parameters:
targetAttributeName - The new targetAttributeName value

setSyntax

public void setSyntax(String value)
Description copied from interface: CallParamConfig
Gets the syntax attribute of the CallParamConfig object

Specified by:
setSyntax in interface CallParamConfig

getSyntax

public String getSyntax()
Description copied from interface: CallParamConfig
Gets the syntax attribute of the CallParamConfig object

Specified by:
getSyntax in interface CallParamConfig
Returns:
The defaultValue value