public interface GeneratedFrom extends AbstractCodeRelationship
The following features are supported:
CodePackage.getGeneratedFrom()| Modifier and Type | Method and Description |
|---|---|
AbstractCodeElement |
getFrom()
Returns the value of the 'From' reference.
|
PreprocessorDirective |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(AbstractCodeElement value)
Sets the value of the '
From' reference. |
void |
setTo(PreprocessorDirective value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributePreprocessorDirective getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(PreprocessorDirective),
CodePackage.getGeneratedFrom_To()void setTo(PreprocessorDirective value)
To' reference.
value - the new value of the 'To' reference.getTo()AbstractCodeElement getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(AbstractCodeElement),
CodePackage.getGeneratedFrom_From()void setFrom(AbstractCodeElement value)
From' reference.
value - the new value of the 'From' reference.getFrom()