Package com.ibm.di.config.base
Class ConnectorSchemaItemConfigImpl
- java.lang.Object
-
- com.ibm.di.config.base.BaseConfigurationImpl
-
- com.ibm.di.config.base.ConnectorSchemaItemConfigImpl
-
- All Implemented Interfaces:
BaseConfiguration
,ConnectorSchemaItemConfig
,MetamergeConfigChangeListener
,java.io.Serializable
public class ConnectorSchemaItemConfigImpl extends BaseConfigurationImpl implements ConnectorSchemaItemConfig
Deprecated.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
Constructors Constructor Description ConnectorSchemaItemConfigImpl()
Deprecated.ConnectorSchemaItemConfigImpl(java.lang.Object config)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getAttributeName()
Deprecated.Gets the attributeName attribute of the ConnectorSchemaItemConfig objectjava.lang.Object
getDefaultValue()
Deprecated.Gets the defaultValue attribute of the ConnectorSchemaItemConfig objectboolean
getExcluded()
Deprecated.Gets the excluded attribute of the ConnectorSchemaItemConfig objectjava.lang.String
getExternalSyntax()
Deprecated.Gets the externalSyntax attribute of the ConnectorSchemaItemConfig objectboolean
getInputRequired()
Deprecated.Gets the inputRequired attribute of the ConnectorSchemaItemConfig objectjava.lang.String
getInternalSyntax()
Deprecated.Gets the internalSyntax attribute of the ConnectorSchemaItemConfig objectboolean
getOutputRequired()
Deprecated.Gets the outputRequired attribute of the ConnectorSchemaItemConfig objectjava.lang.Object
getSample()
Deprecated.Gets the sample attribute of the ConnectorSchemaItemConfig objectvoid
setAttributeName(java.lang.String name)
Deprecated.Sets the attributeName attribute of the ConnectorSchemaItemConfig objectvoid
setDefaultValue(java.lang.Object value)
Deprecated.Sets the defaultValue attribute of the ConnectorSchemaItemConfig objectvoid
setExcluded(boolean excluded)
Deprecated.Sets the excluded attribute of the ConnectorSchemaItemConfig objectvoid
setExternalSyntax(java.lang.String syntax)
Deprecated.Sets the externalSyntax attribute of the ConnectorSchemaItemConfig objectvoid
setInputRequired(boolean required)
Deprecated.Sets the inputRequired attribute of the ConnectorSchemaItemConfig objectvoid
setInternalSyntax(java.lang.String syntax)
Deprecated.Sets the internalSyntax attribute of the ConnectorSchemaItemConfig objectvoid
setOutputRequired(boolean required)
Deprecated.Sets the outputRequired attribute of the ConnectorSchemaItemConfig objectvoid
setSample(java.lang.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, isProtectedParameter, 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, 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, isProtectedParameter, 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, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
-
-
-
-
Method Detail
-
getAttributeName
public java.lang.String getAttributeName()
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Gets the attributeName attribute of the ConnectorSchemaItemConfig object- Specified by:
getAttributeName
in interfaceConnectorSchemaItemConfig
- Returns:
- The attributeName value
-
setAttributeName
public void setAttributeName(java.lang.String name)
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Sets the attributeName attribute of the ConnectorSchemaItemConfig object- Specified by:
setAttributeName
in interfaceConnectorSchemaItemConfig
- Parameters:
name
- The new attributeName value
-
getInternalSyntax
public java.lang.String getInternalSyntax()
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
getInternalSyntax
in interfaceConnectorSchemaItemConfig
- Returns:
- The internalSyntax value
-
setInternalSyntax
public void setInternalSyntax(java.lang.String syntax)
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
setInternalSyntax
in interfaceConnectorSchemaItemConfig
- Parameters:
syntax
- The new internalSyntax value
-
getExternalSyntax
public java.lang.String getExternalSyntax()
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
getExternalSyntax
in interfaceConnectorSchemaItemConfig
- Returns:
- The externalSyntax value
-
setExternalSyntax
public void setExternalSyntax(java.lang.String syntax)
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
setExternalSyntax
in interfaceConnectorSchemaItemConfig
- Parameters:
syntax
- The new externalSyntax value
-
getSample
public java.lang.Object getSample()
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Gets the sample attribute of the ConnectorSchemaItemConfig object- Specified by:
getSample
in interfaceConnectorSchemaItemConfig
- Returns:
- The sample value
-
setSample
public void setSample(java.lang.Object sample)
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Sets the sample attribute of the ConnectorSchemaItemConfig object- Specified by:
setSample
in interfaceConnectorSchemaItemConfig
- 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 interfaceConnectorSchemaItemConfig
- 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 interfaceConnectorSchemaItemConfig
- 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 interfaceConnectorSchemaItemConfig
- 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 interfaceConnectorSchemaItemConfig
- 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 interfaceConnectorSchemaItemConfig
- 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 interfaceConnectorSchemaItemConfig
- Parameters:
required
- The new outputRequired value
-
getDefaultValue
public java.lang.Object getDefaultValue()
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Gets the defaultValue attribute of the ConnectorSchemaItemConfig object- Specified by:
getDefaultValue
in interfaceConnectorSchemaItemConfig
- Returns:
- The defaultValue value
-
setDefaultValue
public void setDefaultValue(java.lang.Object value)
Deprecated.Description copied from interface:ConnectorSchemaItemConfig
Sets the defaultValue attribute of the ConnectorSchemaItemConfig object- Specified by:
setDefaultValue
in interfaceConnectorSchemaItemConfig
- Parameters:
value
- The new defaultValue value
-
-