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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DataPointComponentImpl

public interface DataPointComponent
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Data Point Component'. This type represents the data value being displayed in the plot area for each data value.

The following features are supported:

See Also:
AttributePackage.getDataPointComponent()

Method Summary
 FormatSpecifier getFormatSpecifier()
          Returns the value of the 'Format Specifier' containment reference.
 DataPointComponentType getType()
          Returns the value of the 'Type' attribute.
 boolean isSetType()
          Returns whether the value of the ' Type' attribute is set.
 void setFormatSpecifier(FormatSpecifier value)
          Sets the value of the 'Format Specifier' containment reference
 void setType(DataPointComponentType value)
          Sets the value of the 'Type' attribute
 void unsetType()
          Unsets the value of the 'Type' 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

getType

public DataPointComponentType getType()
Returns the value of the 'Type' attribute. The default value is "Base_Value". The literals are from the enumeration DataPointComponentType. Specifies the type of data point component.

Returns:
the value of the 'Type' attribute.
See Also:
DataPointComponentType, isSetType(), unsetType(), setType(DataPointComponentType), AttributePackage.getDataPointComponent_Type()

setType

public void setType(DataPointComponentType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
DataPointComponentType, isSetType(), unsetType(), getType()

unsetType

public void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(DataPointComponentType)

isSetType

public boolean isSetType()
Returns whether the value of the ' Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(DataPointComponentType)

getFormatSpecifier

public FormatSpecifier getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference. Specifies the format specifier to be used for this data point component in the data label.

Returns:
the value of the 'Format Specifier' containment reference.
See Also:
setFormatSpecifier(FormatSpecifier), AttributePackage.getDataPointComponent_FormatSpecifier()

setFormatSpecifier

public void setFormatSpecifier(FormatSpecifier value)
Sets the value of the 'Format Specifier' containment reference.

Parameters:
value - the new value of the 'Format Specifier' containment reference.
See Also:
getFormatSpecifier()


Copyright © 2005 Actuate Corp. All rights reserved.