Interface LayerObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
MultiPointShape
,PointShape
,PolygonShape
,PolylineShape
,SinglePointShape
- All Known Implementing Classes:
LayerObjectImpl
,MultiPointShapeImpl
,PointShapeImpl
,PolygonShapeImpl
,PolylineShapeImpl
,SinglePointShapeImpl
A representation of the model object 'Layer Object'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Returns the value of the 'Color' containment reference.int
Returns the value of the 'Object ID' attribute.org.eclipse.emf.common.util.EList<ObjectSeriesValue>
Returns the value of the 'Object Series Values' containment reference list.Returns the value of the 'Tooltip' attribute.getValue()
Returns the value of the 'Value' containment reference.double
getXMax()
Returns the value of the 'XMax' attribute.double
getXMin()
Returns the value of the 'XMin' attribute.double
getYMax()
Returns the value of the 'YMax' attribute.double
getYMin()
Returns the value of the 'YMin' attribute.boolean
Returns the value of the 'Show Linked Data' attribute.boolean
Returns the value of the 'Visible' attribute.void
setBounds
(double xMin, double yMin, double xMax, double yMax) void
Sets the value of the 'Color
' containment reference.void
setObjectID
(int value) Sets the value of the 'Object ID
' attribute.void
setShowLinkedData
(boolean value) Sets the value of the 'Show Linked Data
' attribute.void
setTooltip
(String value) Sets the value of the 'Tooltip
' attribute.void
Sets the value of the 'Value
' containment reference.void
setVisible
(boolean value) Sets the value of the 'Visible
' attribute.void
setXMax
(double value) Sets the value of the 'XMax
' attribute.void
setXMin
(double value) Sets the value of the 'XMin
' attribute.void
setYMax
(double value) Sets the value of the 'YMax
' attribute.void
setYMin
(double value) Sets the value of the 'YMin
' 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
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getObjectID
int getObjectID()Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
-
setObjectID
void setObjectID(int value) Sets the value of the 'Object ID
' attribute.- Parameters:
value
- the new value of the 'Object ID' attribute.- See Also:
-
getColor
Color getColor()Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
-
setColor
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
-
setValue
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
-
getObjectSeriesValues
org.eclipse.emf.common.util.EList<ObjectSeriesValue> getObjectSeriesValues()Returns the value of the 'Object Series Values' containment reference list. The list contents are of typeObjectSeriesValue
.- Returns:
- the value of the 'Object Series Values' containment reference list.
- See Also:
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
-
isShowLinkedData
boolean isShowLinkedData()Returns the value of the 'Show Linked Data' attribute.- Returns:
- the value of the 'Show Linked Data' attribute.
- See Also:
-
setShowLinkedData
void setShowLinkedData(boolean value) Sets the value of the 'Show Linked Data
' attribute.- Parameters:
value
- the new value of the 'Show Linked Data' attribute.- See Also:
-
isVisible
boolean isVisible()Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
-
setVisible
void setVisible(boolean value) Sets the value of the 'Visible
' attribute.- Parameters:
value
- the new value of the 'Visible' attribute.- See Also:
-
getXMin
double getXMin()Returns the value of the 'XMin' attribute.- Returns:
- the value of the 'XMin' attribute.
- See Also:
-
setXMin
void setXMin(double value) Sets the value of the 'XMin
' attribute.- Parameters:
value
- the new value of the 'XMin' attribute.- See Also:
-
getYMin
double getYMin()Returns the value of the 'YMin' attribute.- Returns:
- the value of the 'YMin' attribute.
- See Also:
-
setYMin
void setYMin(double value) Sets the value of the 'YMin
' attribute.- Parameters:
value
- the new value of the 'YMin' attribute.- See Also:
-
getXMax
double getXMax()Returns the value of the 'XMax' attribute.- Returns:
- the value of the 'XMax' attribute.
- See Also:
-
setXMax
void setXMax(double value) Sets the value of the 'XMax
' attribute.- Parameters:
value
- the new value of the 'XMax' attribute.- See Also:
-
getYMax
double getYMax()Returns the value of the 'YMax' attribute.- Returns:
- the value of the 'YMax' attribute.
- See Also:
-
setYMax
void setYMax(double value) Sets the value of the 'YMax
' attribute.- Parameters:
value
- the new value of the 'YMax' attribute.- See Also:
-
setBounds
void setBounds(double xMin, double yMin, double xMax, double yMax)
-