public interface Arbitrary extends DataSource, DataSourceConsumer
The following features are supported:
DataPackage.getArbitrary()
NOTIFIER
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Returns the value of the 'Class Name' attribute.
|
org.eclipse.emf.common.util.EList |
getInputs()
Returns the value of the 'Inputs' reference list.
|
org.eclipse.emf.common.util.EList |
getInputsProxy()
Returns the value of the 'Inputs Proxy' containment reference list.
|
String |
getMethodName()
Deprecated.
please use getClassName()
|
String |
getProjectID()
Returns the value of the 'Project ID' attribute.
|
String |
getProjectName()
Returns the value of the 'Project Name' attribute.
|
String |
getReturnValue()
Returns the value of the 'Return Value' attribute.
|
void |
setClassName(String value)
Sets the value of the '
Class Name ' attribute |
void |
setMethodName(String value)
Deprecated.
please use setClassName()
|
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 |
setReturnValue(String value)
Sets the value of the '
Return Value ' 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
canCopy, canMove, doCopy, doMove, findProblemsWithCopy, findProblemsWithMove
canHostCBErrors, isErrorGenerator
unlink
String getClassName()
""
.
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
Arbitrary.setClassName(String)
,
DataPackage.getArbitrary_ClassName()
String getMethodName()
void setClassName(String value)
Class Name
' attribute.
value
- the new value of the 'Class Name' attribute.Arbitrary.getClassName()
void setMethodName(String value)
value
- String getReturnValue()
""
.
If the meaning of the 'Return Value' attribute isn't clear, there really should be more of a description here...
Arbitrary.setReturnValue(String)
,
DataPackage.getArbitrary_ReturnValue()
void setReturnValue(String value)
Return Value
' attribute.
value
- the new value of the 'Return Value' attribute.Arbitrary.getReturnValue()
String getProjectName()
""
.
If the meaning of the 'Project Name' attribute isn't clear, there really should be more of a description here...
Arbitrary.setProjectName(String)
,
DataPackage.getArbitrary_ProjectName()
void setProjectName(String value)
Project Name
' attribute.
value
- the new value of the 'Project Name' attribute.Arbitrary.getProjectName()
String getProjectID()
""
.
If the meaning of the 'Project ID' attribute isn't clear, there really should be more of a description here...
Arbitrary.setProjectID(String)
,
DataPackage.getArbitrary_ProjectID()
void setProjectID(String value)
Project ID
' attribute.
value
- the new value of the 'Project ID' attribute.Arbitrary.getProjectID()
org.eclipse.emf.common.util.EList getInputsProxy()
ArbitraryInputProxy
.
If the meaning of the 'Inputs Proxy' containment reference list isn't clear, there really should be more of a description here...
DataPackage.getArbitrary_InputsProxy()
org.eclipse.emf.common.util.EList getInputs()
DataSource
.
If the meaning of the 'Inputs' reference isn't clear, there really should be more of a description here...
DataPackage.getArbitrary_Inputs()
© Copyright IBM Corp. 2013. All rights reserved.