com.ibm.di.config.interfaces
Interface ConnectorSchemaItemConfig

All Superinterfaces:
BaseConfiguration, Serializable
All Known Implementing Classes:
ConnectorSchemaItemConfigImpl

Deprecated. We use SchemaItemConfig for all Schema Items now.

public interface ConnectorSchemaItemConfig
extends BaseConfiguration

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
 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 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, 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, setName, setName, setNullBehavior, setNullBehaviorValue, setNullDefinition, setNullDefinitionValue, setParameter, setParameter, setParameterPropertySource, setParent, setProtectedParameter, setScript, setScriptEngine, setStringParameter, setSubstitutionMap, setupInheritanceChain, setUseListeners, setUserComment, size, toEntry, updateInheritsFrom, willFlatten
 

Method Detail

getAttributeName

String getAttributeName()
Deprecated. 
Gets the attributeName attribute of the ConnectorSchemaItemConfig object

Returns:
The attributeName value

setAttributeName

void setAttributeName(String name)
Deprecated. 
Sets the attributeName attribute of the ConnectorSchemaItemConfig object

Parameters:
name - The new attributeName value

getInternalSyntax

String getInternalSyntax()
Deprecated. 
Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object

Returns:
The internalSyntax value

setInternalSyntax

void setInternalSyntax(String syntax)
Deprecated. 
Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object

Parameters:
syntax - The new internalSyntax value

getExternalSyntax

String getExternalSyntax()
Deprecated. 
Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object

Returns:
The externalSyntax value

setExternalSyntax

void setExternalSyntax(String syntax)
Deprecated. 
Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object

Parameters:
syntax - The new externalSyntax value

getSample

Object getSample()
Deprecated. 
Gets the sample attribute of the ConnectorSchemaItemConfig object

Returns:
The sample value

setSample

void setSample(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

Object getDefaultValue()
Deprecated. 
Gets the defaultValue attribute of the ConnectorSchemaItemConfig object

Returns:
The defaultValue value

setDefaultValue

void setDefaultValue(Object value)
Deprecated. 
Sets the defaultValue attribute of the ConnectorSchemaItemConfig object

Parameters:
value - The new defaultValue value