|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.BaseConfigurationImpl
com.ibm.di.config.base.ConnectorSchemaItemConfigImpl
public class ConnectorSchemaItemConfigImpl
Used by the old Connector Schema Implementation.
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(java.lang.Object config)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getAttributeName()
Deprecated. Gets the attributeName attribute of the ConnectorSchemaItemConfig object |
java.lang.Object |
getDefaultValue()
Deprecated. Gets the defaultValue attribute of the ConnectorSchemaItemConfig object |
boolean |
getExcluded()
Deprecated. Gets the excluded attribute of the ConnectorSchemaItemConfig object |
java.lang.String |
getExternalSyntax()
Deprecated. Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object |
boolean |
getInputRequired()
Deprecated. Gets the inputRequired attribute of the ConnectorSchemaItemConfig object |
java.lang.String |
getInternalSyntax()
Deprecated. Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object |
boolean |
getOutputRequired()
Deprecated. Gets the outputRequired attribute of the ConnectorSchemaItemConfig object |
java.lang.Object |
getSample()
Deprecated. Gets the sample attribute of the ConnectorSchemaItemConfig object |
void |
setAttributeName(java.lang.String name)
Deprecated. Sets the attributeName attribute of the ConnectorSchemaItemConfig object |
void |
setDefaultValue(java.lang.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(java.lang.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(java.lang.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(java.lang.Object sample)
Deprecated. Sets the sample attribute of the ConnectorSchemaItemConfig object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConnectorSchemaItemConfigImpl()
public ConnectorSchemaItemConfigImpl(java.lang.Object config)
Method Detail |
---|
public java.lang.String getAttributeName()
ConnectorSchemaItemConfig
getAttributeName
in interface ConnectorSchemaItemConfig
public void setAttributeName(java.lang.String name)
ConnectorSchemaItemConfig
setAttributeName
in interface ConnectorSchemaItemConfig
name
- The new attributeName valuepublic java.lang.String getInternalSyntax()
ConnectorSchemaItemConfig
getInternalSyntax
in interface ConnectorSchemaItemConfig
public void setInternalSyntax(java.lang.String syntax)
ConnectorSchemaItemConfig
setInternalSyntax
in interface ConnectorSchemaItemConfig
syntax
- The new internalSyntax valuepublic java.lang.String getExternalSyntax()
ConnectorSchemaItemConfig
getExternalSyntax
in interface ConnectorSchemaItemConfig
public void setExternalSyntax(java.lang.String syntax)
ConnectorSchemaItemConfig
setExternalSyntax
in interface ConnectorSchemaItemConfig
syntax
- The new externalSyntax valuepublic java.lang.Object getSample()
ConnectorSchemaItemConfig
getSample
in interface ConnectorSchemaItemConfig
public void setSample(java.lang.Object sample)
ConnectorSchemaItemConfig
setSample
in interface ConnectorSchemaItemConfig
sample
- The new sample valuepublic boolean getExcluded()
ConnectorSchemaItemConfig
getExcluded
in interface ConnectorSchemaItemConfig
public void setExcluded(boolean excluded)
ConnectorSchemaItemConfig
setExcluded
in interface ConnectorSchemaItemConfig
excluded
- The new excluded valuepublic boolean getInputRequired()
ConnectorSchemaItemConfig
getInputRequired
in interface ConnectorSchemaItemConfig
public void setInputRequired(boolean required)
ConnectorSchemaItemConfig
setInputRequired
in interface ConnectorSchemaItemConfig
required
- The new inputRequired valuepublic boolean getOutputRequired()
ConnectorSchemaItemConfig
getOutputRequired
in interface ConnectorSchemaItemConfig
public void setOutputRequired(boolean required)
ConnectorSchemaItemConfig
setOutputRequired
in interface ConnectorSchemaItemConfig
required
- The new outputRequired valuepublic java.lang.Object getDefaultValue()
ConnectorSchemaItemConfig
getDefaultValue
in interface ConnectorSchemaItemConfig
public void setDefaultValue(java.lang.Object value)
ConnectorSchemaItemConfig
setDefaultValue
in interface ConnectorSchemaItemConfig
value
- The new defaultValue value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |