|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectorSchemaItemConfig
Specifies the basic methods for configuring an attribute item of the Connector schema
Field Summary |
---|
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 |
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 |
Method Detail |
---|
String getAttributeName()
void setAttributeName(String name)
name
- The new attributeName valueString getInternalSyntax()
void setInternalSyntax(String syntax)
syntax
- The new internalSyntax valueString getExternalSyntax()
void setExternalSyntax(String syntax)
syntax
- The new externalSyntax valueObject getSample()
void setSample(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 valueObject getDefaultValue()
void setDefaultValue(Object value)
value
- The new defaultValue value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |