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
 AccessibilityValue copyInstance()
          A convenient method to get an instance copy.
 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

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()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().

Specified by:
copyInstance in interface ActionValue


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