public interface AccessibilityValue extends ActionValue
The following features are supported:
AttributePackage.getAccessibilityValue()
Modifier and Type | Method and 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. |
getLabel, setLabel
java.lang.String getText()
setText(String)
,
AttributePackage.getAccessibilityValue_Text()
void setText(java.lang.String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
java.lang.String getAccessibility()
setAccessibility(String)
,
AttributePackage.getAccessibilityValue_Accessibility()
void setAccessibility(java.lang.String value)
Accessibility
' attribute.
value
- the new value of the 'Accessibility' attribute.getAccessibility()
AccessibilityValue copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.