public interface MultiURLValues extends ActionValue
The following features are supported:
AttributePackage.getMultiURLValues()
Modifier and Type | Method and Description |
---|---|
MultiURLValues |
copyInstance() |
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> |
getPropertiesMap()
Returns the value of the 'Properties Map' map.
|
java.lang.String |
getTooltip()
Returns the value of the 'Tooltip' attribute.
|
org.eclipse.emf.common.util.EList<URLValue> |
getURLValues()
Returns the value of the 'URL Values' containment reference list.
|
void |
setTooltip(java.lang.String value)
Sets the value of the '
Tooltip ' attribute. |
getLabel, setLabel
org.eclipse.emf.common.util.EList<URLValue> getURLValues()
URLValue
.
If the meaning of the 'URL Values' containment reference list isn't clear, there really should be more of a description here...
AttributePackage.getMultiURLValues_URLValues()
java.lang.String getTooltip()
If the meaning of the 'Tooltip' attribute isn't clear, there really should be more of a description here...
setTooltip(String)
,
AttributePackage.getMultiURLValues_Tooltip()
void setTooltip(java.lang.String value)
Tooltip
' attribute.
value
- the new value of the 'Tooltip' attribute.getTooltip()
org.eclipse.emf.common.util.EMap<java.lang.String,java.lang.String> getPropertiesMap()
String
,
and the value is of type String
,
The map is used to store styles properties for hyperlink menu.
AttributePackage.getMultiURLValues_PropertiesMap()
MultiURLValues copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.