Class LayerItemImpl
- 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.geographicalschema.model.impl.LayerItemImpl
-
- All Implemented Interfaces:
IBmObject,LayerItem,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 LayerItemImpl extends BmObject implements LayerItem
An implementation of the model object 'Layer Item'.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 protectedLayerItemImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.emf.ecore.EClasseStaticClass()protected inteStaticFeatureCount()ShapeCoordinateSystemInfogetCoordinateSystem()StringgetDataSourceRange()UUIDgetElementsType()StringgetName()intgetObjectID()org.eclipse.emf.common.util.EList<LayerObject>getObjects()DataSourceOrganizationTypegetOrganizationType()intgetScaleRangeBegin()intgetScaleRangeEnd()org.eclipse.emf.common.util.EList<DataSeriesItem>getSeries()StringgetText()doublegetXMax()doublegetXMin()doublegetYMax()doublegetYMin()booleanisSelectable()booleanisVisible()voidsetCoordinateSystem(ShapeCoordinateSystemInfo newCoordinateSystem)voidsetDataSourceRange(String newDataSourceRange)voidsetElementsType(UUID newElementsType)voidsetName(String newName)voidsetObjectID(int newObjectID)voidsetOrganizationType(DataSourceOrganizationType newOrganizationType)voidsetScaleRangeBegin(int newScaleRangeBegin)voidsetScaleRangeEnd(int newScaleRangeEnd)voidsetSelectable(boolean newSelectable)voidsetText(String newText)voidsetVisible(boolean newVisible)voidsetXMax(double newXMax)voidsetXMin(double newXMin)voidsetYMax(double newYMax)voidsetYMin(double newYMin)-
Methods inherited from class com._1c.g5.v8.bm.core.BmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty, 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
-
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
-
eStaticClass
protected org.eclipse.emf.ecore.EClass eStaticClass()
- Overrides:
eStaticClassin classorg.eclipse.emf.ecore.impl.BasicEObjectImpl
-
eStaticFeatureCount
protected int eStaticFeatureCount()
- Overrides:
eStaticFeatureCountin classorg.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
-
getObjectID
public int getObjectID()
- Specified by:
getObjectIDin interfaceLayerItem- Returns:
- the value of the 'Object ID' attribute.
- See Also:
LayerItem.setObjectID(int),GeographicalSchemaPackage.getLayerItem_ObjectID()
-
setObjectID
public void setObjectID(int newObjectID)
- Specified by:
setObjectIDin interfaceLayerItem- Parameters:
newObjectID- the new value of the 'Object ID' attribute.- See Also:
LayerItem.getObjectID()
-
getCoordinateSystem
public ShapeCoordinateSystemInfo getCoordinateSystem()
- Specified by:
getCoordinateSystemin interfaceLayerItem- Returns:
- the value of the 'Coordinate System' containment reference.
- See Also:
LayerItem.setCoordinateSystem(ShapeCoordinateSystemInfo),GeographicalSchemaPackage.getLayerItem_CoordinateSystem()
-
setCoordinateSystem
public void setCoordinateSystem(ShapeCoordinateSystemInfo newCoordinateSystem)
- Specified by:
setCoordinateSystemin interfaceLayerItem- Parameters:
newCoordinateSystem- the new value of the 'Coordinate System' containment reference.- See Also:
LayerItem.getCoordinateSystem()
-
getSeries
public org.eclipse.emf.common.util.EList<DataSeriesItem> getSeries()
- Specified by:
getSeriesin interfaceLayerItem- Returns:
- the value of the 'Series' containment reference list.
- See Also:
GeographicalSchemaPackage.getLayerItem_Series()
-
getObjects
public org.eclipse.emf.common.util.EList<LayerObject> getObjects()
- Specified by:
getObjectsin interfaceLayerItem- Returns:
- the value of the 'Objects' containment reference list.
- See Also:
GeographicalSchemaPackage.getLayerItem_Objects()
-
getName
public String getName()
- Specified by:
getNamein interfaceLayerItem- Returns:
- the value of the 'Name' attribute.
- See Also:
LayerItem.setName(String),GeographicalSchemaPackage.getLayerItem_Name()
-
setName
public void setName(String newName)
- Specified by:
setNamein interfaceLayerItem- Parameters:
newName- the new value of the 'Name' attribute.- See Also:
LayerItem.getName()
-
getText
public String getText()
- Specified by:
getTextin interfaceLayerItem- Returns:
- the value of the 'Text' attribute.
- See Also:
LayerItem.setText(String),GeographicalSchemaPackage.getLayerItem_Text()
-
setText
public void setText(String newText)
- Specified by:
setTextin interfaceLayerItem- Parameters:
newText- the new value of the 'Text' attribute.- See Also:
LayerItem.getText()
-
getDataSourceRange
public String getDataSourceRange()
- Specified by:
getDataSourceRangein interfaceLayerItem- Returns:
- the value of the 'Data Source Range' attribute.
- See Also:
LayerItem.setDataSourceRange(String),GeographicalSchemaPackage.getLayerItem_DataSourceRange()
-
setDataSourceRange
public void setDataSourceRange(String newDataSourceRange)
- Specified by:
setDataSourceRangein interfaceLayerItem- Parameters:
newDataSourceRange- the new value of the 'Data Source Range' attribute.- See Also:
LayerItem.getDataSourceRange()
-
getXMin
public double getXMin()
- Specified by:
getXMinin interfaceLayerItem- Returns:
- the value of the 'XMin' attribute.
- See Also:
LayerItem.setXMin(double),GeographicalSchemaPackage.getLayerItem_XMin()
-
setXMin
public void setXMin(double newXMin)
- Specified by:
setXMinin interfaceLayerItem- Parameters:
newXMin- the new value of the 'XMin' attribute.- See Also:
LayerItem.getXMin()
-
getYMin
public double getYMin()
- Specified by:
getYMinin interfaceLayerItem- Returns:
- the value of the 'YMin' attribute.
- See Also:
LayerItem.setYMin(double),GeographicalSchemaPackage.getLayerItem_YMin()
-
setYMin
public void setYMin(double newYMin)
- Specified by:
setYMinin interfaceLayerItem- Parameters:
newYMin- the new value of the 'YMin' attribute.- See Also:
LayerItem.getYMin()
-
getXMax
public double getXMax()
- Specified by:
getXMaxin interfaceLayerItem- Returns:
- the value of the 'XMax' attribute.
- See Also:
LayerItem.setXMax(double),GeographicalSchemaPackage.getLayerItem_XMax()
-
setXMax
public void setXMax(double newXMax)
- Specified by:
setXMaxin interfaceLayerItem- Parameters:
newXMax- the new value of the 'XMax' attribute.- See Also:
LayerItem.getXMax()
-
getYMax
public double getYMax()
- Specified by:
getYMaxin interfaceLayerItem- Returns:
- the value of the 'YMax' attribute.
- See Also:
LayerItem.setYMax(double),GeographicalSchemaPackage.getLayerItem_YMax()
-
setYMax
public void setYMax(double newYMax)
- Specified by:
setYMaxin interfaceLayerItem- Parameters:
newYMax- the new value of the 'YMax' attribute.- See Also:
LayerItem.getYMax()
-
isVisible
public boolean isVisible()
- Specified by:
isVisiblein interfaceLayerItem- Returns:
- the value of the 'Visible' attribute.
- See Also:
LayerItem.setVisible(boolean),GeographicalSchemaPackage.getLayerItem_Visible()
-
setVisible
public void setVisible(boolean newVisible)
- Specified by:
setVisiblein interfaceLayerItem- Parameters:
newVisible- the new value of the 'Visible' attribute.- See Also:
LayerItem.isVisible()
-
isSelectable
public boolean isSelectable()
- Specified by:
isSelectablein interfaceLayerItem- Returns:
- the value of the 'Selectable' attribute.
- See Also:
LayerItem.setSelectable(boolean),GeographicalSchemaPackage.getLayerItem_Selectable()
-
setSelectable
public void setSelectable(boolean newSelectable)
- Specified by:
setSelectablein interfaceLayerItem- Parameters:
newSelectable- the new value of the 'Selectable' attribute.- See Also:
LayerItem.isSelectable()
-
getScaleRangeBegin
public int getScaleRangeBegin()
- Specified by:
getScaleRangeBeginin interfaceLayerItem- Returns:
- the value of the 'Scale Range Begin' attribute.
- See Also:
LayerItem.setScaleRangeBegin(int),GeographicalSchemaPackage.getLayerItem_ScaleRangeBegin()
-
setScaleRangeBegin
public void setScaleRangeBegin(int newScaleRangeBegin)
- Specified by:
setScaleRangeBeginin interfaceLayerItem- Parameters:
newScaleRangeBegin- the new value of the 'Scale Range Begin' attribute.- See Also:
LayerItem.getScaleRangeBegin()
-
getScaleRangeEnd
public int getScaleRangeEnd()
- Specified by:
getScaleRangeEndin interfaceLayerItem- Returns:
- the value of the 'Scale Range End' attribute.
- See Also:
LayerItem.setScaleRangeEnd(int),GeographicalSchemaPackage.getLayerItem_ScaleRangeEnd()
-
setScaleRangeEnd
public void setScaleRangeEnd(int newScaleRangeEnd)
- Specified by:
setScaleRangeEndin interfaceLayerItem- Parameters:
newScaleRangeEnd- the new value of the 'Scale Range End' attribute.- See Also:
LayerItem.getScaleRangeEnd()
-
getOrganizationType
public DataSourceOrganizationType getOrganizationType()
- Specified by:
getOrganizationTypein interfaceLayerItem- Returns:
- the value of the 'Organization Type' attribute.
- See Also:
DataSourceOrganizationType,LayerItem.setOrganizationType(DataSourceOrganizationType),GeographicalSchemaPackage.getLayerItem_OrganizationType()
-
setOrganizationType
public void setOrganizationType(DataSourceOrganizationType newOrganizationType)
- Specified by:
setOrganizationTypein interfaceLayerItem- Parameters:
newOrganizationType- the new value of the 'Organization Type' attribute.- See Also:
DataSourceOrganizationType,LayerItem.getOrganizationType()
-
getElementsType
public UUID getElementsType()
- Specified by:
getElementsTypein interfaceLayerItem- Returns:
- the value of the 'Elements Type' attribute.
- See Also:
LayerItem.setElementsType(UUID),GeographicalSchemaPackage.getLayerItem_ElementsType()
-
setElementsType
public void setElementsType(UUID newElementsType)
- Specified by:
setElementsTypein interfaceLayerItem- Parameters:
newElementsType- the new value of the 'Elements Type' attribute.- See Also:
LayerItem.getElementsType()
-
-