|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ConnectorSchemaItemConfig
This was the configuration for one item of the Connector schema.
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 | |
|---|---|
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 |
| Method Detail |
|---|
java.lang.String getAttributeName()
void setAttributeName(java.lang.String name)
name - The new attributeName valuejava.lang.String getInternalSyntax()
void setInternalSyntax(java.lang.String syntax)
syntax - The new internalSyntax valuejava.lang.String getExternalSyntax()
void setExternalSyntax(java.lang.String syntax)
syntax - The new externalSyntax valuejava.lang.Object getSample()
void setSample(java.lang.Object sample)
sample - The new sample valueboolean getExcluded()
void setExcluded(boolean excluded)
excluded - The new excluded valueboolean getInputRequired()
void setInputRequired(boolean required)
required - The new inputRequired valueboolean getOutputRequired()
void setOutputRequired(boolean required)
required - The new outputRequired valuejava.lang.Object getDefaultValue()
void setDefaultValue(java.lang.Object value)
value - The new defaultValue value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||