public interface Redefines extends AbstractCodeRelationship
CodePackage.getRedefines()| Modifier and Type | Method and Description |
|---|---|
PreprocessorDirective |
getFrom()
Returns the value of the 'From' reference.
|
MacroUnit |
getTo()
Returns the value of the 'To' reference.
|
void |
setFrom(PreprocessorDirective value)
Sets the value of the '
From' reference. |
void |
setTo(MacroUnit value)
Sets the value of the '
To' reference. |
getStereotype, getTaggedValuegetAnnotation, getAttributeMacroUnit getTo()
If the meaning of the 'To' reference isn't clear, there really should be more of a description here...
getTo in interface KDMRelationshipsetTo(MacroUnit),
CodePackage.getRedefines_To()void setTo(MacroUnit value)
To' reference.
value - the new value of the 'To' reference.getTo()PreprocessorDirective getFrom()
If the meaning of the 'From' reference isn't clear, there really should be more of a description here...
getFrom in interface KDMRelationshipsetFrom(PreprocessorDirective),
CodePackage.getRedefines_From()void setFrom(PreprocessorDirective value)
From' reference.
value - the new value of the 'From' reference.getFrom()