public interface Hyperlink
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RichtextPackage.getHyperlink()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.URI |
getHref()
Returns the value of the 'Href' attribute.
|
java.lang.String |
getRelationship()
Returns the value of the 'Relationship' attribute.
|
void |
setHref(org.eclipse.emf.common.util.URI value)
Sets the value of the '
Href ' attribute. |
void |
setRelationship(java.lang.String value)
Sets the value of the '
Relationship ' attribute. |
org.eclipse.emf.common.util.URI getHref()
If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
setHref(URI)
,
RichtextPackage.getHyperlink_Href()
void setHref(org.eclipse.emf.common.util.URI value)
Href
' attribute.
value
- the new value of the 'Href' attribute.getHref()
java.lang.String getRelationship()
If the meaning of the 'Relationship' attribute isn't clear, there really should be more of a description here...
setRelationship(String)
,
RichtextPackage.getHyperlink_Relationship()
void setRelationship(java.lang.String value)
Relationship
' attribute.
value
- the new value of the 'Relationship' attribute.getRelationship()