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 DategetLeftDate()Returns the value of the 'Left Date' attribute.doublegetLeftNum()Returns the value of the 'Left Num' attribute.DategetRightDate()Returns the value of the 'Right Date' attribute.doublegetRightNum()Returns the value of the 'Right Num' attribute.booleanisLeftIsNum()Returns the value of the 'Left Is Num' attribute.booleanisRightIsNum()Returns the value of the 'Right Is Num' attribute.voidsetLeftDate(Date value)Sets the value of the 'Left Date' attribute.voidsetLeftIsNum(boolean value)Sets the value of the 'Left Is Num' attribute.voidsetLeftNum(double value)Sets the value of the 'Left Num' attribute.voidsetRightDate(Date value)Sets the value of the 'Right Date' attribute.voidsetRightIsNum(boolean value)Sets the value of the 'Right Is Num' attribute.voidsetRightNum(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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
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()
-
-