Package com.sodius.mdw.metamodel.excel
Interface Hyperlink
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface Hyperlink extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Hyperlink'.The following features are supported:
- See Also:
ExcelPackage.getHyperlink()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
-
-
-
Method Detail
-
getType
HyperlinkType getType()
Returns the value of the 'Type' attribute. The literals are from the enumerationHyperlinkType
.- Returns:
- the value of the 'Type' attribute.
- See Also:
HyperlinkType
,setType(HyperlinkType)
,ExcelPackage.getHyperlink_Type()
-
setType
void setType(HyperlinkType value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
HyperlinkType
,getType()
-
getAddress
String getAddress()
Returns the value of the 'Address' attribute. The default value is""
.- Returns:
- the value of the 'Address' attribute.
- See Also:
setAddress(String)
,ExcelPackage.getHyperlink_Address()
-
setAddress
void setAddress(String value)
Sets the value of the 'Address
' attribute.- Parameters:
value
- the new value of the 'Address' attribute.- See Also:
getAddress()
-
getLabel
String getLabel()
Returns the value of the 'Label' attribute. The default value is""
.- Returns:
- the value of the 'Label' attribute.
- See Also:
setLabel(String)
,ExcelPackage.getHyperlink_Label()
-
setLabel
void setLabel(String value)
Sets the value of the 'Label
' attribute.- Parameters:
value
- the new value of the 'Label' attribute.- See Also:
getLabel()
-
-