|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface M2MTrace
A representation of the model object 'M2M Trace'.
The following features are supported:
MOFScriptModelPackage.getM2MTrace()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
Reference |
getSource()
Returns the value of the 'Source' reference |
Reference |
getTarget()
Returns the value of the 'Target' reference |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setSource(Reference value)
Sets the value of the ' Source ' reference |
void |
setTarget(Reference value)
Sets the value of the ' Target ' reference |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatement |
---|
getOwner, setOwner |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner |
---|
getBlocks, getStatements, getVariables |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
Reference getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(Reference)
,
MOFScriptModelPackage.getM2MTrace_Source()
void setSource(Reference value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
Reference getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(Reference)
,
MOFScriptModelPackage.getM2MTrace_Target()
void setTarget(Reference value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
MOFScriptModelPackage.getM2MTrace_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
MOFScriptModelPackage.getM2MTrace_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |