Class SpreadsheetPropertiesImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
- com._1c.g5.v8.bm.core.BmObject
-
- com._1c.g5.v8.dt.moxel.content.impl.SpreadsheetPropertiesImpl
-
- All Implemented Interfaces:
IBmObject
,SpreadsheetProperties
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
,org.eclipse.emf.ecore.InternalEObject
public class SpreadsheetPropertiesImpl extends BmObject implements SpreadsheetProperties
An implementation of the model object 'Spreadsheet Properties'.The following features are implemented:
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SpreadsheetPropertiesImpl()
-
Method Summary
-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData, createFeatureMap, createList, dynamicGet, dynamicSet, dynamicUnset, eBasicSetContainer, eBasicSetContainer, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDirectResource, eGet, eHasSettings, eInternalContainer, eInternalResource, eInverseAdd, eNotificationRequired, eNotify, equals, eResolveProxy, eSetDirectResource, eSetStore, eSettings, eStore, hashCode
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
eBasicContainerFeatureID, eBasicInternalContainer, eDerivedStructuralFeatureID, eDynamicIsSet, eIsCaching
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eContents, eCrossReferences, eDeliver, eDynamicClass, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResource, eSet, eSet, eSetResource, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClass
in classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCount
in classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
isIsTemplate
public boolean isIsTemplate()
- Specified by:
isIsTemplate
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Is Template' attribute.
- See Also:
SpreadsheetProperties.setIsTemplate(boolean)
,ContentPackage.getSpreadsheetProperties_IsTemplate()
-
setIsTemplate
public void setIsTemplate(boolean newIsTemplate)
- Specified by:
setIsTemplate
in interfaceSpreadsheetProperties
- Parameters:
newIsTemplate
- the new value of the 'Is Template' attribute.- See Also:
SpreadsheetProperties.isIsTemplate()
-
isTotalsRight
public boolean isTotalsRight()
- Specified by:
isTotalsRight
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Totals Right' attribute.
- See Also:
SpreadsheetProperties.setTotalsRight(boolean)
,ContentPackage.getSpreadsheetProperties_TotalsRight()
-
setTotalsRight
public void setTotalsRight(boolean newTotalsRight)
- Specified by:
setTotalsRight
in interfaceSpreadsheetProperties
- Parameters:
newTotalsRight
- the new value of the 'Totals Right' attribute.- See Also:
SpreadsheetProperties.isTotalsRight()
-
isTotalsBelow
public boolean isTotalsBelow()
- Specified by:
isTotalsBelow
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Totals Below' attribute.
- See Also:
SpreadsheetProperties.setTotalsBelow(boolean)
,ContentPackage.getSpreadsheetProperties_TotalsBelow()
-
setTotalsBelow
public void setTotalsBelow(boolean newTotalsBelow)
- Specified by:
setTotalsBelow
in interfaceSpreadsheetProperties
- Parameters:
newTotalsBelow
- the new value of the 'Totals Below' attribute.- See Also:
SpreadsheetProperties.isTotalsBelow()
-
getBackgroundPicture
public Picture getBackgroundPicture()
- Specified by:
getBackgroundPicture
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Background Picture' containment reference.
- See Also:
SpreadsheetProperties.setBackgroundPicture(Picture)
,ContentPackage.getSpreadsheetProperties_BackgroundPicture()
-
setBackgroundPicture
public void setBackgroundPicture(Picture newBackgroundPicture)
- Specified by:
setBackgroundPicture
in interfaceSpreadsheetProperties
- Parameters:
newBackgroundPicture
- the new value of the 'Background Picture' containment reference.- See Also:
SpreadsheetProperties.getBackgroundPicture()
-
isFixedBackground
public boolean isFixedBackground()
- Specified by:
isFixedBackground
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Fixed Background' attribute.
- See Also:
SpreadsheetProperties.setFixedBackground(boolean)
,ContentPackage.getSpreadsheetProperties_FixedBackground()
-
setFixedBackground
public void setFixedBackground(boolean newFixedBackground)
- Specified by:
setFixedBackground
in interfaceSpreadsheetProperties
- Parameters:
newFixedBackground
- the new value of the 'Fixed Background' attribute.- See Also:
SpreadsheetProperties.isFixedBackground()
-
getStepDirection
public SpreadsheetDocumentStepDirectionType getStepDirection()
- Specified by:
getStepDirection
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Step Direction' attribute.
- See Also:
SpreadsheetDocumentStepDirectionType
,SpreadsheetProperties.setStepDirection(SpreadsheetDocumentStepDirectionType)
,ContentPackage.getSpreadsheetProperties_StepDirection()
-
setStepDirection
public void setStepDirection(SpreadsheetDocumentStepDirectionType newStepDirection)
- Specified by:
setStepDirection
in interfaceSpreadsheetProperties
- Parameters:
newStepDirection
- the new value of the 'Step Direction' attribute.- See Also:
SpreadsheetDocumentStepDirectionType
,SpreadsheetProperties.getStepDirection()
-
getPrintArea
public Area getPrintArea()
- Specified by:
getPrintArea
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Print Area' containment reference.
- See Also:
SpreadsheetProperties.setPrintArea(Area)
,ContentPackage.getSpreadsheetProperties_PrintArea()
-
setPrintArea
public void setPrintArea(Area newPrintArea)
- Specified by:
setPrintArea
in interfaceSpreadsheetProperties
- Parameters:
newPrintArea
- the new value of the 'Print Area' containment reference.- See Also:
SpreadsheetProperties.getPrintArea()
-
getRepeatRows
public Area getRepeatRows()
- Specified by:
getRepeatRows
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Repeat Rows' containment reference.
- See Also:
SpreadsheetProperties.setRepeatRows(Area)
,ContentPackage.getSpreadsheetProperties_RepeatRows()
-
setRepeatRows
public void setRepeatRows(Area newRepeatRows)
- Specified by:
setRepeatRows
in interfaceSpreadsheetProperties
- Parameters:
newRepeatRows
- the new value of the 'Repeat Rows' containment reference.- See Also:
SpreadsheetProperties.getRepeatRows()
-
getRepeatColumns
public Area getRepeatColumns()
- Specified by:
getRepeatColumns
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Repeat Columns' containment reference.
- See Also:
SpreadsheetProperties.setRepeatColumns(Area)
,ContentPackage.getSpreadsheetProperties_RepeatColumns()
-
setRepeatColumns
public void setRepeatColumns(Area newRepeatColumns)
- Specified by:
setRepeatColumns
in interfaceSpreadsheetProperties
- Parameters:
newRepeatColumns
- the new value of the 'Repeat Columns' containment reference.- See Also:
SpreadsheetProperties.getRepeatColumns()
-
getTextDirection
public SpreadsheetDocumentTextDirectionType getTextDirection()
- Specified by:
getTextDirection
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Text Direction' attribute.
- See Also:
SpreadsheetDocumentTextDirectionType
,SpreadsheetProperties.setTextDirection(SpreadsheetDocumentTextDirectionType)
,ContentPackage.getSpreadsheetProperties_TextDirection()
-
setTextDirection
public void setTextDirection(SpreadsheetDocumentTextDirectionType newTextDirection)
- Specified by:
setTextDirection
in interfaceSpreadsheetProperties
- Parameters:
newTextDirection
- the new value of the 'Text Direction' attribute.- See Also:
SpreadsheetDocumentTextDirectionType
,SpreadsheetProperties.getTextDirection()
-
isSaveViewState
public boolean isSaveViewState()
- Specified by:
isSaveViewState
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Save View State' attribute.
- See Also:
SpreadsheetProperties.setSaveViewState(boolean)
,ContentPackage.getSpreadsheetProperties_SaveViewState()
-
setSaveViewState
public void setSaveViewState(boolean newSaveViewState)
- Specified by:
setSaveViewState
in interfaceSpreadsheetProperties
- Parameters:
newSaveViewState
- the new value of the 'Save View State' attribute.- See Also:
SpreadsheetProperties.isSaveViewState()
-
getCellReference
public CellReference getCellReference()
- Specified by:
getCellReference
in interfaceSpreadsheetProperties
- Returns:
- the value of the 'Cell Reference' containment reference.
- See Also:
SpreadsheetProperties.setCellReference(CellReference)
,ContentPackage.getSpreadsheetProperties_CellReference()
-
setCellReference
public void setCellReference(CellReference newCellReference)
- Specified by:
setCellReference
in interfaceSpreadsheetProperties
- Parameters:
newCellReference
- the new value of the 'Cell Reference' containment reference.- See Also:
SpreadsheetProperties.getCellReference()
-
-