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.StringgetAttributeName()Deprecated.Gets the attributeName attribute of the ConnectorSchemaItemConfig objectjava.lang.ObjectgetDefaultValue()Deprecated.Gets the defaultValue attribute of the ConnectorSchemaItemConfig objectbooleangetExcluded()Deprecated.Gets the excluded attribute of the ConnectorSchemaItemConfig objectjava.lang.StringgetExternalSyntax()Deprecated.Gets the externalSyntax attribute of the ConnectorSchemaItemConfig objectbooleangetInputRequired()Deprecated.Gets the inputRequired attribute of the ConnectorSchemaItemConfig objectjava.lang.StringgetInternalSyntax()Deprecated.Gets the internalSyntax attribute of the ConnectorSchemaItemConfig objectbooleangetOutputRequired()Deprecated.Gets the outputRequired attribute of the ConnectorSchemaItemConfig objectjava.lang.ObjectgetSample()Deprecated.Gets the sample attribute of the ConnectorSchemaItemConfig objectvoidsetAttributeName(java.lang.String name)Deprecated.Sets the attributeName attribute of the ConnectorSchemaItemConfig objectvoidsetDefaultValue(java.lang.Object value)Deprecated.Sets the defaultValue attribute of the ConnectorSchemaItemConfig objectvoidsetExcluded(boolean excluded)Deprecated.Sets the excluded attribute of the ConnectorSchemaItemConfig objectvoidsetExternalSyntax(java.lang.String syntax)Deprecated.Sets the externalSyntax attribute of the ConnectorSchemaItemConfig objectvoidsetInputRequired(boolean required)Deprecated.Sets the inputRequired attribute of the ConnectorSchemaItemConfig objectvoidsetInternalSyntax(java.lang.String syntax)Deprecated.Sets the internalSyntax attribute of the ConnectorSchemaItemConfig objectvoidsetOutputRequired(boolean required)Deprecated.Sets the outputRequired attribute of the ConnectorSchemaItemConfig objectvoidsetSample(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:ConnectorSchemaItemConfigGets the attributeName attribute of the ConnectorSchemaItemConfig object- Specified by:
getAttributeNamein interfaceConnectorSchemaItemConfig- Returns:
- The attributeName value
-
setAttributeName
public void setAttributeName(java.lang.String name)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the attributeName attribute of the ConnectorSchemaItemConfig object- Specified by:
setAttributeNamein interfaceConnectorSchemaItemConfig- Parameters:
name- The new attributeName value
-
getInternalSyntax
public java.lang.String getInternalSyntax()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the internalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
getInternalSyntaxin interfaceConnectorSchemaItemConfig- Returns:
- The internalSyntax value
-
setInternalSyntax
public void setInternalSyntax(java.lang.String syntax)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the internalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
setInternalSyntaxin interfaceConnectorSchemaItemConfig- Parameters:
syntax- The new internalSyntax value
-
getExternalSyntax
public java.lang.String getExternalSyntax()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the externalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
getExternalSyntaxin interfaceConnectorSchemaItemConfig- Returns:
- The externalSyntax value
-
setExternalSyntax
public void setExternalSyntax(java.lang.String syntax)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the externalSyntax attribute of the ConnectorSchemaItemConfig object- Specified by:
setExternalSyntaxin interfaceConnectorSchemaItemConfig- Parameters:
syntax- The new externalSyntax value
-
getSample
public java.lang.Object getSample()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the sample attribute of the ConnectorSchemaItemConfig object- Specified by:
getSamplein interfaceConnectorSchemaItemConfig- Returns:
- The sample value
-
setSample
public void setSample(java.lang.Object sample)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the sample attribute of the ConnectorSchemaItemConfig object- Specified by:
setSamplein interfaceConnectorSchemaItemConfig- Parameters:
sample- The new sample value
-
getExcluded
public boolean getExcluded()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the excluded attribute of the ConnectorSchemaItemConfig object- Specified by:
getExcludedin interfaceConnectorSchemaItemConfig- Returns:
- The excluded value
-
setExcluded
public void setExcluded(boolean excluded)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the excluded attribute of the ConnectorSchemaItemConfig object- Specified by:
setExcludedin interfaceConnectorSchemaItemConfig- Parameters:
excluded- The new excluded value
-
getInputRequired
public boolean getInputRequired()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the inputRequired attribute of the ConnectorSchemaItemConfig object- Specified by:
getInputRequiredin interfaceConnectorSchemaItemConfig- Returns:
- The inputRequired value
-
setInputRequired
public void setInputRequired(boolean required)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the inputRequired attribute of the ConnectorSchemaItemConfig object- Specified by:
setInputRequiredin interfaceConnectorSchemaItemConfig- Parameters:
required- The new inputRequired value
-
getOutputRequired
public boolean getOutputRequired()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the outputRequired attribute of the ConnectorSchemaItemConfig object- Specified by:
getOutputRequiredin interfaceConnectorSchemaItemConfig- Returns:
- The outputRequired value
-
setOutputRequired
public void setOutputRequired(boolean required)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the outputRequired attribute of the ConnectorSchemaItemConfig object- Specified by:
setOutputRequiredin interfaceConnectorSchemaItemConfig- Parameters:
required- The new outputRequired value
-
getDefaultValue
public java.lang.Object getDefaultValue()
Deprecated.Description copied from interface:ConnectorSchemaItemConfigGets the defaultValue attribute of the ConnectorSchemaItemConfig object- Specified by:
getDefaultValuein interfaceConnectorSchemaItemConfig- Returns:
- The defaultValue value
-
setDefaultValue
public void setDefaultValue(java.lang.Object value)
Deprecated.Description copied from interface:ConnectorSchemaItemConfigSets the defaultValue attribute of the ConnectorSchemaItemConfig object- Specified by:
setDefaultValuein interfaceConnectorSchemaItemConfig- Parameters:
value- The new defaultValue value
-
-