Interface AccessibilityValue
-
- All Superinterfaces:
ActionValue
,org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AccessibilityValueImpl
public interface AccessibilityValue extends ActionValue
A representation of the model object 'Accessibility Value'. AccessibilityValue extends the type ActionValue specific for accessibilities.The following features are supported:
- See Also:
AttributePackage.getAccessibilityValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessibilityValue
copyInstance()
java.lang.String
getAccessibility()
Returns the value of the 'Accessibility' attribute.java.lang.String
getText()
Returns the value of the 'Text' attribute.void
setAccessibility(java.lang.String value)
Sets the value of the 'Accessibility
' attribute.void
setText(java.lang.String value)
Sets the value of the 'Text
' attribute.-
Methods inherited from interface org.eclipse.birt.chart.model.attribute.ActionValue
getLabel, setLabel
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
Returns the value of the 'Text' attribute. Attribute "Text" provides a short description of the accessibility.- Returns:
- the value of the 'Text' attribute.
- See Also:
setText(String)
,AttributePackage.getAccessibilityValue_Text()
-
setText
void setText(java.lang.String value)
Sets the value of the 'Text
' attribute.- Parameters:
value
- the new value of the 'Text' attribute.- See Also:
getText()
-
getAccessibility
java.lang.String getAccessibility()
Returns the value of the 'Accessibility' attribute. Attribute "Accessibility" provides a full description of the accessibility.- Returns:
- the value of the 'Accessibility' attribute.
- See Also:
setAccessibility(String)
,AttributePackage.getAccessibilityValue_Accessibility()
-
setAccessibility
void setAccessibility(java.lang.String value)
Sets the value of the 'Accessibility
' attribute.- Parameters:
value
- the new value of the 'Accessibility' attribute.- See Also:
getAccessibility()
-
copyInstance
AccessibilityValue copyInstance()
- Specified by:
copyInstance
in interfaceActionValue
- Specified by:
copyInstance
in interfaceIChartObject
-
-