com.ibm.di.config.base
Class ConnectorSchemaItemConfigImpl

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

Deprecated.

public class ConnectorSchemaItemConfigImpl
extends BaseConfigurationImpl
implements ConnectorSchemaItemConfig

Used by the old Connector Schema Implementation.

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
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
ConnectorSchemaItemConfigImpl()
          Deprecated.  
ConnectorSchemaItemConfigImpl(Object config)
          Deprecated.  
 
Method Summary
 String getAttributeName()
          Deprecated. Gets the attributeName attribute of the ConnectorSchemaItemConfig object
 Object getDefaultValue()
          Deprecated. Gets the defaultValue attribute of the ConnectorSchemaItemConfig object
 boolean getExcluded()
          Deprecated. Gets the excluded attribute of the ConnectorSchemaItemConfig object
 String getExternalSyntax()
          Deprecated. Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object
 boolean getInputRequired()
          Deprecated. Gets the inputRequired attribute of the ConnectorSchemaItemConfig object
 String getInternalSyntax()
          Deprecated. Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object
 boolean getOutputRequired()
          Deprecated. Gets the outputRequired attribute of the ConnectorSchemaItemConfig object
 Object getSample()
          Deprecated. Gets the sample attribute of the ConnectorSchemaItemConfig object
 void setAttributeName(String name)
          Deprecated. Sets the attributeName attribute of the ConnectorSchemaItemConfig object
 void setDefaultValue(Object value)
          Deprecated. Sets the defaultValue attribute of the ConnectorSchemaItemConfig object
 void setExcluded(boolean excluded)
          Deprecated. Sets the excluded attribute of the ConnectorSchemaItemConfig object
 void setExternalSyntax(String syntax)
          Deprecated. Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object
 void setInputRequired(boolean required)
          Deprecated. Sets the inputRequired attribute of the ConnectorSchemaItemConfig object
 void setInternalSyntax(String syntax)
          Deprecated. Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object
 void setOutputRequired(boolean required)
          Deprecated. Sets the outputRequired attribute of the ConnectorSchemaItemConfig object
 void setSample(Object sample)
          Deprecated. Sets the sample attribute of the ConnectorSchemaItemConfig object
 
Methods inherited from class com.ibm.di.config.base.BaseConfigurationImpl
addListener, configurationChanged, deepClone, detachFromParent, expandPropertyValue, expandPropertyValue, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getLongName, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterPropertySourceFromValue, getParameterRaw, getParent, getParentName, getPath, getReferences, getResHash, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseConfigListeners, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, nameForChild, notifyChange, notifyChange, notifyChange, performNotifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseConfigListeners, 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, detachFromParent, flatten, fromEntry, getBooleanParameter, getChild, getChildForPath, getChildNames, getClone, getData, getDataIterator, getDebug, getDebug, getDebugBreak, getEnabled, getFlags, getInheritsFrom, getInheritsFromRef, getIntegerParameter, getKeys, getLogEnabled, getMetamergeConfig, getModified, getModTS, getName, getNamespace, getNullBehavior, getNullBehaviorValue, getNullDefinition, getNullDefinitionValue, getParameter, getParameter, getParameter, getParameterPropertySource, getParameterRaw, getParent, getPath, getReferences, getScript, getScriptEngine, getShortName, getStringParameter, getSubstitutionMap, getUseListeners, getUserComment, hasParameter, init, isExpression, isParameterLocal, nameForChild, notifyChange, notifyChange, notifyChange, reattachToParent, removeListener, removeParameter, search, search, setBooleanParameter, setChild, setData, setDebug, setDebugBreak, setEnabled, setFlags, setInheritsFrom, setInheritsFromRef, setIntegerParameter, setLogEnabled, setMetamergeConfig, setModified, setModTS, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Constructor Detail

ConnectorSchemaItemConfigImpl

public ConnectorSchemaItemConfigImpl()
Deprecated. 

ConnectorSchemaItemConfigImpl

public ConnectorSchemaItemConfigImpl(Object config)
Deprecated. 
Method Detail

getAttributeName

public String getAttributeName()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the attributeName attribute of the ConnectorSchemaItemConfig object

Specified by:
getAttributeName in interface ConnectorSchemaItemConfig
Returns:
The attributeName value

setAttributeName

public void setAttributeName(String name)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the attributeName attribute of the ConnectorSchemaItemConfig object

Specified by:
setAttributeName in interface ConnectorSchemaItemConfig
Parameters:
name - The new attributeName value

getInternalSyntax

public String getInternalSyntax()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object

Specified by:
getInternalSyntax in interface ConnectorSchemaItemConfig
Returns:
The internalSyntax value

setInternalSyntax

public void setInternalSyntax(String syntax)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object

Specified by:
setInternalSyntax in interface ConnectorSchemaItemConfig
Parameters:
syntax - The new internalSyntax value

getExternalSyntax

public String getExternalSyntax()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object

Specified by:
getExternalSyntax in interface ConnectorSchemaItemConfig
Returns:
The externalSyntax value

setExternalSyntax

public void setExternalSyntax(String syntax)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object

Specified by:
setExternalSyntax in interface ConnectorSchemaItemConfig
Parameters:
syntax - The new externalSyntax value

getSample

public Object getSample()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the sample attribute of the ConnectorSchemaItemConfig object

Specified by:
getSample in interface ConnectorSchemaItemConfig
Returns:
The sample value

setSample

public void setSample(Object sample)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the sample attribute of the ConnectorSchemaItemConfig object

Specified by:
setSample in interface ConnectorSchemaItemConfig
Parameters:
sample - The new sample value

getExcluded

public boolean getExcluded()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the excluded attribute of the ConnectorSchemaItemConfig object

Specified by:
getExcluded in interface ConnectorSchemaItemConfig
Returns:
The excluded value

setExcluded

public void setExcluded(boolean excluded)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the excluded attribute of the ConnectorSchemaItemConfig object

Specified by:
setExcluded in interface ConnectorSchemaItemConfig
Parameters:
excluded - The new excluded value

getInputRequired

public boolean getInputRequired()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the inputRequired attribute of the ConnectorSchemaItemConfig object

Specified by:
getInputRequired in interface ConnectorSchemaItemConfig
Returns:
The inputRequired value

setInputRequired

public void setInputRequired(boolean required)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the inputRequired attribute of the ConnectorSchemaItemConfig object

Specified by:
setInputRequired in interface ConnectorSchemaItemConfig
Parameters:
required - The new inputRequired value

getOutputRequired

public boolean getOutputRequired()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the outputRequired attribute of the ConnectorSchemaItemConfig object

Specified by:
getOutputRequired in interface ConnectorSchemaItemConfig
Returns:
The outputRequired value

setOutputRequired

public void setOutputRequired(boolean required)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the outputRequired attribute of the ConnectorSchemaItemConfig object

Specified by:
setOutputRequired in interface ConnectorSchemaItemConfig
Parameters:
required - The new outputRequired value

getDefaultValue

public Object getDefaultValue()
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Gets the defaultValue attribute of the ConnectorSchemaItemConfig object

Specified by:
getDefaultValue in interface ConnectorSchemaItemConfig
Returns:
The defaultValue value

setDefaultValue

public void setDefaultValue(Object value)
Deprecated. 
Description copied from interface: ConnectorSchemaItemConfig
Sets the defaultValue attribute of the ConnectorSchemaItemConfig object

Specified by:
setDefaultValue in interface ConnectorSchemaItemConfig
Parameters:
value - The new defaultValue value