public interface Hyperlink extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getHyperlink()
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the value of the 'Address' attribute.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
HyperlinkType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setAddress(String value)
Sets the value of the '
Address ' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setType(HyperlinkType value)
Sets the value of the '
Type ' attribute. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
HyperlinkType getType()
HyperlinkType
.
HyperlinkType
,
setType(HyperlinkType)
,
ExcelPackage.getHyperlink_Type()
void setType(HyperlinkType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.HyperlinkType
,
getType()
String getAddress()
""
.
setAddress(String)
,
ExcelPackage.getHyperlink_Address()
void setAddress(String value)
Address
' attribute.
value
- the new value of the 'Address' attribute.getAddress()
String getLabel()
""
.
setLabel(String)
,
ExcelPackage.getHyperlink_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()