org.eclipse.birt.chart.model.attribute
Interface AccessibilityValue

All Superinterfaces:
ActionValue, org.eclipse.emf.ecore.EObject, 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
 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.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getText

public 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

public 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

public 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

public 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()


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