Package com._1c.g5.v8.dt.chart.model
Interface AxisInterval
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AxisIntervalImpl
public interface AxisInterval extends IBmObject
A representation of the model object 'Axis Interval'.The following features are supported:
- See Also:
ChartPackage.getAxisInterval()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getLeftDate()
Returns the value of the 'Left Date' attribute.double
getLeftNum()
Returns the value of the 'Left Num' attribute.Date
getRightDate()
Returns the value of the 'Right Date' attribute.double
getRightNum()
Returns the value of the 'Right Num' attribute.boolean
isLeftIsNum()
Returns the value of the 'Left Is Num' attribute.boolean
isRightIsNum()
Returns the value of the 'Right Is Num' attribute.void
setLeftDate(Date value)
Sets the value of the 'Left Date
' attribute.void
setLeftIsNum(boolean value)
Sets the value of the 'Left Is Num
' attribute.void
setLeftNum(double value)
Sets the value of the 'Left Num
' attribute.void
setRightDate(Date value)
Sets the value of the 'Right Date
' attribute.void
setRightIsNum(boolean value)
Sets the value of the 'Right Is Num
' attribute.void
setRightNum(double value)
Sets the value of the 'Right Num
' 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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
isLeftIsNum
boolean isLeftIsNum()
Returns the value of the 'Left Is Num' attribute.- Returns:
- the value of the 'Left Is Num' attribute.
- See Also:
setLeftIsNum(boolean)
,ChartPackage.getAxisInterval_LeftIsNum()
-
setLeftIsNum
void setLeftIsNum(boolean value)
Sets the value of the 'Left Is Num
' attribute.- Parameters:
value
- the new value of the 'Left Is Num' attribute.- See Also:
isLeftIsNum()
-
getLeftNum
double getLeftNum()
Returns the value of the 'Left Num' attribute.- Returns:
- the value of the 'Left Num' attribute.
- See Also:
setLeftNum(double)
,ChartPackage.getAxisInterval_LeftNum()
-
setLeftNum
void setLeftNum(double value)
Sets the value of the 'Left Num
' attribute.- Parameters:
value
- the new value of the 'Left Num' attribute.- See Also:
getLeftNum()
-
getLeftDate
Date getLeftDate()
Returns the value of the 'Left Date' attribute.- Returns:
- the value of the 'Left Date' attribute.
- See Also:
setLeftDate(Date)
,ChartPackage.getAxisInterval_LeftDate()
-
setLeftDate
void setLeftDate(Date value)
Sets the value of the 'Left Date
' attribute.- Parameters:
value
- the new value of the 'Left Date' attribute.- See Also:
getLeftDate()
-
isRightIsNum
boolean isRightIsNum()
Returns the value of the 'Right Is Num' attribute.- Returns:
- the value of the 'Right Is Num' attribute.
- See Also:
setRightIsNum(boolean)
,ChartPackage.getAxisInterval_RightIsNum()
-
setRightIsNum
void setRightIsNum(boolean value)
Sets the value of the 'Right Is Num
' attribute.- Parameters:
value
- the new value of the 'Right Is Num' attribute.- See Also:
isRightIsNum()
-
getRightNum
double getRightNum()
Returns the value of the 'Right Num' attribute.- Returns:
- the value of the 'Right Num' attribute.
- See Also:
setRightNum(double)
,ChartPackage.getAxisInterval_RightNum()
-
setRightNum
void setRightNum(double value)
Sets the value of the 'Right Num
' attribute.- Parameters:
value
- the new value of the 'Right Num' attribute.- See Also:
getRightNum()
-
getRightDate
Date getRightDate()
Returns the value of the 'Right Date' attribute.- Returns:
- the value of the 'Right Date' attribute.
- See Also:
setRightDate(Date)
,ChartPackage.getAxisInterval_RightDate()
-
setRightDate
void setRightDate(Date value)
Sets the value of the 'Right Date
' attribute.- Parameters:
value
- the new value of the 'Right Date' attribute.- See Also:
getRightDate()
-
-