org.eclipse.birt.chart.model.attribute
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'. This type defines the value for a 'Accessibility' action.

The following features are supported:

See Also:
AttributePackage.getAccessibilityValue()

Method Summary
 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
 
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getText

java.lang.String getText()
Returns the value of the 'Text' attribute. Short Description

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. Full Description

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 interface ActionValue
Specified by:
copyInstance in interface IChartObject


Copyright © 2005-2008 Actuate Corp. All rights reserved.