com.ibm.di.config.base
Class FormItemConfigImpl

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

public class FormItemConfigImpl
extends BaseConfigurationImpl
implements FormItemConfig

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
FormItemConfigImpl()
           
FormItemConfigImpl(Object config)
           
 
Method Summary
 String getDefaultValue()
           
 FormConfig getForm()
           
 String getLabel()
           
 String getScript()
          Gets the script attribute of the BaseConfiguration object
 String getScriptLabel()
           
 String getScriptToolTip()
           
 String getSyntax()
           
 String getToolTip()
           
 Vector getValues()
           
 void setDefaultValue(String str)
           
 void setForm(FormConfig form)
           
 void setLabel(String str)
           
 void setScript(String str)
          Sets the script attribute of the BaseConfiguration object
 void setScriptLabel(String str)
           
 void setScriptToolTip(String str)
           
 void setSyntax(String str)
           
 void setToolTip(String str)
           
 void setValue(Vector values)
           
 
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, 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, 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, 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, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Constructor Detail

FormItemConfigImpl

public FormItemConfigImpl()

FormItemConfigImpl

public FormItemConfigImpl(Object config)
Method Detail

setForm

public void setForm(FormConfig form)
Specified by:
setForm in interface FormItemConfig

getForm

public FormConfig getForm()
Specified by:
getForm in interface FormItemConfig

getValues

public Vector getValues()
Specified by:
getValues in interface FormItemConfig

setValue

public void setValue(Vector values)
Specified by:
setValue in interface FormItemConfig

getSyntax

public String getSyntax()
Specified by:
getSyntax in interface FormItemConfig

setSyntax

public void setSyntax(String str)
Specified by:
setSyntax in interface FormItemConfig

getLabel

public String getLabel()
Specified by:
getLabel in interface FormItemConfig

setLabel

public void setLabel(String str)
Specified by:
setLabel in interface FormItemConfig

getToolTip

public String getToolTip()
Specified by:
getToolTip in interface FormItemConfig

setToolTip

public void setToolTip(String str)
Specified by:
setToolTip in interface FormItemConfig

getDefaultValue

public String getDefaultValue()
Specified by:
getDefaultValue in interface FormItemConfig

setDefaultValue

public void setDefaultValue(String str)
Specified by:
setDefaultValue in interface FormItemConfig

getScript

public String getScript()
Description copied from interface: BaseConfiguration
Gets the script attribute of the BaseConfiguration object

Specified by:
getScript in interface BaseConfiguration
Specified by:
getScript in interface FormItemConfig
Overrides:
getScript in class BaseConfigurationImpl
Returns:
The script value

setScript

public void setScript(String str)
Description copied from interface: BaseConfiguration
Sets the script attribute of the BaseConfiguration object

Specified by:
setScript in interface BaseConfiguration
Specified by:
setScript in interface FormItemConfig
Overrides:
setScript in class BaseConfigurationImpl
Parameters:
str - The new script value

getScriptLabel

public String getScriptLabel()
Specified by:
getScriptLabel in interface FormItemConfig

setScriptLabel

public void setScriptLabel(String str)
Specified by:
setScriptLabel in interface FormItemConfig

getScriptToolTip

public String getScriptToolTip()
Specified by:
getScriptToolTip in interface FormItemConfig

setScriptToolTip

public void setScriptToolTip(String str)
Specified by:
setScriptToolTip in interface FormItemConfig