public interface BuiltInDataSource extends DataSource
The following features are supported:
DataPackage.getBuiltInDataSource()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the value of the 'Class Name' attribute.
|
org.eclipse.emf.common.util.EList |
getInputArguments()
Returns the value of the 'Input Arguments' containment reference list.
|
String |
getProjectId()
Returns the value of the 'Project Id' attribute.
|
String |
getProjectName()
Returns the value of the 'Project Name' attribute.
|
String |
getSubType()
Returns the value of the 'Sub Type' attribute.
|
void |
setClassName(String value)
Sets the value of the '
Class Name ' attribute |
void |
setProjectId(String value)
Sets the value of the '
Project Id ' attribute |
void |
setProjectName(String value)
Sets the value of the '
Project Name ' attribute |
void |
setSubType(String value)
Sets the value of the '
Sub Type ' 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
String getProjectId()
""
.
If the meaning of the 'Project Id' attribute isn't clear, there really should be more of a description here...
BuiltInDataSource.setProjectId(String)
,
DataPackage.getBuiltInDataSource_ProjectId()
void setProjectId(String value)
Project Id
' attribute.
value
- the new value of the 'Project Id' attribute.BuiltInDataSource.getProjectId()
String getClassName()
""
.
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
BuiltInDataSource.setClassName(String)
,
DataPackage.getBuiltInDataSource_ClassName()
void setClassName(String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.BuiltInDataSource.getClassName()
String getSubType()
""
.
If the meaning of the 'Sub Type' attribute isn't clear, there really should be more of a description here...
BuiltInDataSource.setSubType(String)
,
DataPackage.getBuiltInDataSource_SubType()
void setSubType(String value)
Sub Type
' attribute.
value
- the new value of the 'Sub Type' attribute.BuiltInDataSource.getSubType()
String getProjectName()
""
.
If the meaning of the 'Project Name' attribute isn't clear, there really should be more of a description here...
BuiltInDataSource.setProjectName(String)
,
DataPackage.getBuiltInDataSource_ProjectName()
void setProjectName(String value)
Project Name
' attribute.
value
- the new value of the 'Project Name' attribute.BuiltInDataSource.getProjectName()
org.eclipse.emf.common.util.EList getInputArguments()
LTNameValuePair
.
If the meaning of the 'Input Arguments' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getBuiltInDataSource_InputArguments()
© Copyright IBM Corp. 2013. All rights reserved.