|
||||||||||
| 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
| Field Summary |
|---|
| Fields inherited from class com.ibm.di.config.base.BaseConfigurationImpl |
|---|
NAME |
| Fields inherited from interface com.ibm.di.config.interfaces.BaseConfiguration |
|---|
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, SUBTREE |
| Constructor Summary | |
|---|---|
ConnectorSchemaItemConfigImpl()
|
|
ConnectorSchemaItemConfigImpl(Object config)
|
|
| Method Summary | |
|---|---|
String |
getAttributeName()
Gets the attributeName attribute of the ConnectorSchemaItemConfig object |
Object |
getDefaultValue()
Gets the defaultValue attribute of the ConnectorSchemaItemConfig object |
boolean |
getExcluded()
Gets the excluded attribute of the ConnectorSchemaItemConfig object |
String |
getExternalSyntax()
Gets the externalSyntax attribute of the ConnectorSchemaItemConfig object |
boolean |
getInputRequired()
Gets the inputRequired attribute of the ConnectorSchemaItemConfig object |
String |
getInternalSyntax()
Gets the internalSyntax attribute of the ConnectorSchemaItemConfig object |
boolean |
getOutputRequired()
Gets the outputRequired attribute of the ConnectorSchemaItemConfig object |
Object |
getSample()
Gets the sample attribute of the ConnectorSchemaItemConfig object |
void |
setAttributeName(String name)
Sets the attributeName attribute of the ConnectorSchemaItemConfig object |
void |
setDefaultValue(Object value)
Sets the defaultValue attribute of the ConnectorSchemaItemConfig object |
void |
setExcluded(boolean excluded)
Sets the excluded attribute of the ConnectorSchemaItemConfig object |
void |
setExternalSyntax(String syntax)
Sets the externalSyntax attribute of the ConnectorSchemaItemConfig object |
void |
setInputRequired(boolean required)
Sets the inputRequired attribute of the ConnectorSchemaItemConfig object |
void |
setInternalSyntax(String syntax)
Sets the internalSyntax attribute of the ConnectorSchemaItemConfig object |
void |
setOutputRequired(boolean required)
Sets the outputRequired attribute of the ConnectorSchemaItemConfig object |
void |
setSample(Object sample)
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(Object config)
| Method Detail |
|---|
public String getAttributeName()
ConnectorSchemaItemConfig
getAttributeName in interface ConnectorSchemaItemConfigpublic void setAttributeName(String name)
ConnectorSchemaItemConfig
setAttributeName in interface ConnectorSchemaItemConfigname - The new attributeName valuepublic String getInternalSyntax()
ConnectorSchemaItemConfig
getInternalSyntax in interface ConnectorSchemaItemConfigpublic void setInternalSyntax(String syntax)
ConnectorSchemaItemConfig
setInternalSyntax in interface ConnectorSchemaItemConfigsyntax - The new internalSyntax valuepublic String getExternalSyntax()
ConnectorSchemaItemConfig
getExternalSyntax in interface ConnectorSchemaItemConfigpublic void setExternalSyntax(String syntax)
ConnectorSchemaItemConfig
setExternalSyntax in interface ConnectorSchemaItemConfigsyntax - The new externalSyntax valuepublic Object getSample()
ConnectorSchemaItemConfig
getSample in interface ConnectorSchemaItemConfigpublic void setSample(Object sample)
ConnectorSchemaItemConfig
setSample in interface ConnectorSchemaItemConfigsample - The new sample valuepublic boolean getExcluded()
ConnectorSchemaItemConfig
getExcluded in interface ConnectorSchemaItemConfigpublic void setExcluded(boolean excluded)
ConnectorSchemaItemConfig
setExcluded in interface ConnectorSchemaItemConfigexcluded - The new excluded valuepublic boolean getInputRequired()
ConnectorSchemaItemConfig
getInputRequired in interface ConnectorSchemaItemConfigpublic void setInputRequired(boolean required)
ConnectorSchemaItemConfig
setInputRequired in interface ConnectorSchemaItemConfigrequired - The new inputRequired valuepublic boolean getOutputRequired()
ConnectorSchemaItemConfig
getOutputRequired in interface ConnectorSchemaItemConfigpublic void setOutputRequired(boolean required)
ConnectorSchemaItemConfig
setOutputRequired in interface ConnectorSchemaItemConfigrequired - The new outputRequired valuepublic Object getDefaultValue()
ConnectorSchemaItemConfig
getDefaultValue in interface ConnectorSchemaItemConfigpublic void setDefaultValue(Object value)
ConnectorSchemaItemConfig
setDefaultValue in interface ConnectorSchemaItemConfigvalue - The new defaultValue value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||