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 SummaryAll 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
isLeftIsNumboolean 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()
 
 - 
setLeftIsNumvoid 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()
 
 - 
getLeftNumdouble getLeftNum() Returns the value of the 'Left Num' attribute.- Returns:
- the value of the 'Left Num' attribute.
- See Also:
- setLeftNum(double),- ChartPackage.getAxisInterval_LeftNum()
 
 - 
setLeftNumvoid setLeftNum(double value) Sets the value of the 'Left Num' attribute.- Parameters:
- value- the new value of the 'Left Num' attribute.
- See Also:
- getLeftNum()
 
 - 
getLeftDateDate getLeftDate() Returns the value of the 'Left Date' attribute.- Returns:
- the value of the 'Left Date' attribute.
- See Also:
- setLeftDate(Date),- ChartPackage.getAxisInterval_LeftDate()
 
 - 
setLeftDatevoid setLeftDate(Date value) Sets the value of the 'Left Date' attribute.- Parameters:
- value- the new value of the 'Left Date' attribute.
- See Also:
- getLeftDate()
 
 - 
isRightIsNumboolean 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()
 
 - 
setRightIsNumvoid 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()
 
 - 
getRightNumdouble getRightNum() Returns the value of the 'Right Num' attribute.- Returns:
- the value of the 'Right Num' attribute.
- See Also:
- setRightNum(double),- ChartPackage.getAxisInterval_RightNum()
 
 - 
setRightNumvoid setRightNum(double value) Sets the value of the 'Right Num' attribute.- Parameters:
- value- the new value of the 'Right Num' attribute.
- See Also:
- getRightNum()
 
 - 
getRightDateDate getRightDate() Returns the value of the 'Right Date' attribute.- Returns:
- the value of the 'Right Date' attribute.
- See Also:
- setRightDate(Date),- ChartPackage.getAxisInterval_RightDate()
 
 - 
setRightDatevoid setRightDate(Date value) Sets the value of the 'Right Date' attribute.- Parameters:
- value- the new value of the 'Right Date' attribute.
- See Also:
- getRightDate()
 
 
- 
 
-