Interface AxisOrigin
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AxisOriginImpl
A representation of the model object 'Axis
Origin'.
This type represents the intersection point for an axis.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Returns the value of the 'Type' attribute.getValue()
Returns the value of the 'Value' attribute.boolean
Returns whether the value of the 'Type
' attribute is set.void
setType
(IntersectionType value) Sets the value of the 'Type
' attribute.void
setValue
(DataElement value) Sets the value of the 'Value
' containment reference.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
IntersectionType getType()Returns the value of the 'Type' attribute. The default value is"Min"
. The literals are from the enumerationIntersectionType
. Gets the type of the origin value. If it is 'Min' or 'Max', its value is determined at runtime. Defines the type of origin. This determines whether and how the origin value is to be used.- Returns:
- the value of the 'Type' attribute.
- See Also:
-
setType
Sets the value of the 'Type
' attribute. Gets the type of the origin value. If it is 'Min' or 'Max', its value is determined at runtime.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
-
unsetType
void unsetType()Unsets the value of the 'Type
' attribute.- See Also:
-
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:
-
getValue
DataElement getValue()Returns the value of the 'Value' attribute. Gets the value of the intersection point on the primary axis perpendicular to this one. Getting its contents makes sence only if the type for origin is set to 'Value'. Specifies the actual value of the axis origin.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
#setValue(Object)
AttributePackage.getAxisOrigin_Value()
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-
copyInstance
AxisOrigin copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-