public interface ICode
extends org.eclipse.emf.ecore.EObject
IDefinitionPackage.getCode()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContent()
Returns the value of the 'Content' attribute.
|
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute.
|
void |
setContent(java.lang.String value)
Sets the value of the '
Content ' attribute. |
void |
setLocation(java.lang.String value)
Sets the value of the '
Location ' attribute. |
java.lang.String getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(String)
,
IDefinitionPackage.getCode_Location()
void setLocation(java.lang.String value)
Location
' attribute. value
- the new value of the 'Location' attribute.getLocation()
java.lang.String getContent()
""
.
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(String)
,
IDefinitionPackage.getCode_Content()
void setContent(java.lang.String value)
Content
' attribute. value
- the new value of the 'Content' attribute.getContent()