Package com.ibm.di.config.interfaces
Interface ConnectorSchemaItemConfig
-
- All Superinterfaces:
BaseConfiguration
,java.io.Serializable
- All Known Implementing Classes:
ConnectorSchemaItemConfigImpl
public interface ConnectorSchemaItemConfig extends BaseConfiguration
Deprecated.We use SchemaItemConfig for all Schema Items now.This was the configuration for one item of the Connector schema.- See Also:
SchemaItemConfig
-
-
Field Summary
-
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
-
-
Method Summary
All Methods Instance Methods Abstract 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 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
java.lang.String getAttributeName()
Deprecated.Gets the attributeName attribute of the ConnectorSchemaItemConfig object- Returns:
- The attributeName value
-
setAttributeName
void setAttributeName(java.lang.String name)
Deprecated.Sets the attributeName attribute of the ConnectorSchemaItemConfig object- Parameters:
name
- The new attributeName value
-
getInternalSyntax
java.lang.String getInternalSyntax()
Deprecated.Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object- Returns:
- The internalSyntax value
-
setInternalSyntax
void setInternalSyntax(java.lang.String syntax)
Deprecated.Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object- Parameters:
syntax
- The new internalSyntax value
-
getExternalSyntax
java.lang.String getExternalSyntax()
Deprecated.Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object- Returns:
- The externalSyntax value
-
setExternalSyntax
void setExternalSyntax(java.lang.String syntax)
Deprecated.Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object- Parameters:
syntax
- The new externalSyntax value
-
getSample
java.lang.Object getSample()
Deprecated.Gets the sample attribute of the ConnectorSchemaItemConfig object- Returns:
- The sample value
-
setSample
void setSample(java.lang.Object sample)
Deprecated.Sets the sample attribute of the ConnectorSchemaItemConfig object- Parameters:
sample
- The new sample value
-
getExcluded
boolean getExcluded()
Deprecated.Gets the excluded attribute of the ConnectorSchemaItemConfig object- Returns:
- The excluded value
-
setExcluded
void setExcluded(boolean excluded)
Deprecated.Sets the excluded attribute of the ConnectorSchemaItemConfig object- Parameters:
excluded
- The new excluded value
-
getInputRequired
boolean getInputRequired()
Deprecated.Gets the inputRequired attribute of the ConnectorSchemaItemConfig object- Returns:
- The inputRequired value
-
setInputRequired
void setInputRequired(boolean required)
Deprecated.Sets the inputRequired attribute of the ConnectorSchemaItemConfig object- Parameters:
required
- The new inputRequired value
-
getOutputRequired
boolean getOutputRequired()
Deprecated.Gets the outputRequired attribute of the ConnectorSchemaItemConfig object- Returns:
- The outputRequired value
-
setOutputRequired
void setOutputRequired(boolean required)
Deprecated.Sets the outputRequired attribute of the ConnectorSchemaItemConfig object- Parameters:
required
- The new outputRequired value
-
getDefaultValue
java.lang.Object getDefaultValue()
Deprecated.Gets the defaultValue attribute of the ConnectorSchemaItemConfig object- Returns:
- The defaultValue value
-
setDefaultValue
void setDefaultValue(java.lang.Object value)
Deprecated.Sets the defaultValue attribute of the ConnectorSchemaItemConfig object- Parameters:
value
- The new defaultValue value
-
-