Interface DataPointComponent
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataPointComponentImpl
A representation of the model object 'Data
Point Component'.
DataPointComponent represents the data value being
used for establishing the label text of a series' datapoint.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Format Specifier' containment reference.Returns the value of the 'Orthogonal Type' attribute.getType()
Returns the value of the 'Type' attribute.boolean
Returns whether the value of the 'Orthogonal Type
' attribute is set.boolean
Returns whether the value of the 'Type
' attribute is set.void
Sets the value of the 'Format Specifier
' containment reference.void
setOrthogonalType
(String value) Sets the value of the 'Orthogonal Type
' attribute.void
setType
(DataPointComponentType value) Sets the value of the 'Type
' attribute.void
Unsets the value of the 'Orthogonal Type
' attribute.void
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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getType
DataPointComponentType getType()Returns the value of the 'Type' attribute. The default value is"Base_Value"
. The literals are from the enumerationDataPointComponentType
. Specifies the type of data point component.- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
unsetType
void unsetType()Unsets the value of the 'Type
' attribute. -
isSetType
boolean isSetType()Returns whether the value of the 'Type
' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
-
getFormatSpecifier
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
Sets the value of the 'Format Specifier
' containment reference.- Parameters:
value
- the new value of the 'Format Specifier' containment reference.- See Also:
-
getOrthogonalType
String getOrthogonalType()Returns the value of the 'Orthogonal Type' attribute. The default value is""
. Attribute OrthogonalType specifies the orthogonal type of data point component, it's only valid when Type is OrthogonalValue.- Returns:
- the value of the 'Orthogonal Type' attribute.
- See Also:
-
setOrthogonalType
Sets the value of the 'Orthogonal Type
' attribute.- Parameters:
value
- the new value of the 'Orthogonal Type' attribute.- See Also:
-
unsetOrthogonalType
void unsetOrthogonalType()Unsets the value of the 'Orthogonal Type
' attribute. -
isSetOrthogonalType
boolean isSetOrthogonalType()Returns whether the value of the 'Orthogonal Type
' attribute is set.- Returns:
- whether the value of the 'Orthogonal Type' attribute is set.
- See Also:
-
copyInstance
DataPointComponent copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-