|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataPoint
A representation of the model object 'Data Point'. This type represents the data value being displayed in the plot area for each data value.
The following features are supported:
AttributePackage.getDataPoint()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList |
getComponents()
Returns the value of the 'Components' containment reference list. |
java.lang.String |
getPrefix()
Returns the value of the 'Prefix' attribute. |
java.lang.String |
getSeparator()
Returns the value of the 'Separator' attribute. |
java.lang.String |
getSuffix()
Returns the value of the 'Suffix' attribute. |
void |
setPrefix(java.lang.String value)
Sets the value of the ' Prefix' attribute. |
void |
setSeparator(java.lang.String value)
Sets the value of the ' Separator' attribute. |
void |
setSuffix(java.lang.String value)
Sets the value of the ' Suffix' 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 |
|---|
org.eclipse.emf.common.util.EList getComponents()
DataPointComponent.
Specifies the components (values) being shown in the data label.
AttributePackage.getDataPoint_Components()java.lang.String getPrefix()
setPrefix(String),
AttributePackage.getDataPoint_Prefix()void setPrefix(java.lang.String value)
Prefix' attribute.
value - the new value of the 'Prefix' attribute.getPrefix()java.lang.String getSuffix()
setSuffix(String),
AttributePackage.getDataPoint_Suffix()void setSuffix(java.lang.String value)
Suffix' attribute.
value - the new value of the 'Suffix' attribute.getSuffix()java.lang.String getSeparator()
setSeparator(String),
AttributePackage.getDataPoint_Separator()void setSeparator(java.lang.String value)
Separator' attribute.
value - the new value of the 'Separator' attribute.getSeparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||