public interface DatapoolHarvester extends DataSource
The following features are supported:
DataPackage.getDatapoolHarvester()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the value of the 'Column' attribute
|
String |
getColumnId()
Returns the value of the 'Column Id' attribute.
|
String |
getColumnName()
Returns the value of the 'Column Name' attribute.
|
boolean |
isEncrypted()
Returns the value of the 'Encrypted' attribute.
|
void |
setColumn(int value)
Sets the value of the '
Column ' attribute |
void |
setColumnId(String value)
Sets the value of the '
Column Id ' attribute |
void |
setColumnName(String value)
Sets the value of the '
Column Name ' attribute |
void |
setEncrypted(boolean value)
Sets the value of the '
Encrypted ' attribute |
getConsumers, getConsumersProxy, getCreatedBy, getVariableName, setCreatedBy, setVariableName, unlink
addProxy, createProxy, isProxyReference, processRemoval, removeProxy
getActions, getCBErrors, getCBRequirementTarget, processRemoval, setCBRequirementTarget
isControlBlock
canDisable, canEnable, enable, getAction, getBooleanProperty, getByteProperty, getCharProperty, getDisabledCount, getDoubleProperty, getFloatProperty, getInheritedCBActionElements, getIntProperty, getLongProperty, getMovingFrom, getParent, getShortProperty, getStringProperty, getTransformID, getType, isAlwaysLog, isEnabled, isMoving, move, resetDisabledCount, setAction, setAlwaysLog, setDisabledCount, setEnabled, setMovingToNewTestArgs, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setTransformID, setType, validate
getDescription, getId, getName, getStopId, setDescription, setId, setName
getAdapter
getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
doClone, isCloneable
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getColumn()
If the meaning of the 'Column' attribute isn't clear, there really should be more of a description here...
DatapoolHarvester.setColumn(int)
,
DataPackage.getDatapoolHarvester_Column()
void setColumn(int value)
Column
' attribute.
value
- the new value of the 'Column' attribute.DatapoolHarvester.getColumn()
String getColumnName()
""
.
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
DatapoolHarvester.setColumnName(String)
,
DataPackage.getDatapoolHarvester_ColumnName()
void setColumnName(String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.DatapoolHarvester.getColumnName()
String getColumnId()
""
.
If the meaning of the 'Column Id' attribute isn't clear, there really should be more of a description here...
DatapoolHarvester.setColumnId(String)
,
DataPackage.getDatapoolHarvester_ColumnId()
void setColumnId(String value)
Column Id
' attribute.
value
- the new value of the 'Column Id' attribute.DatapoolHarvester.getColumnId()
boolean isEncrypted()
"false"
.
If the meaning of the 'Encrypted' attribute isn't clear, there really should be more of a description here...
DatapoolHarvester.setEncrypted(boolean)
,
DataPackage.getDatapoolHarvester_Encrypted()
void setEncrypted(boolean value)
Encrypted
' attribute.
value
- the new value of the 'Encrypted' attribute.DatapoolHarvester.isEncrypted()
© Copyright IBM Corp. 2013. All rights reserved.