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
public interface LayerObject extends IBmObject
A representation of the model object 'Layer Object'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getColor()
Returns the value of the 'Color' containment reference.int
getObjectID()
Returns the value of the 'Object ID' attribute.org.eclipse.emf.common.util.EList<ObjectSeriesValue>
getObjectSeriesValues()
Returns the value of the 'Object Series Values' containment reference list.String
getTooltip()
Returns the value of the 'Tooltip' attribute.Value
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
isShowLinkedData()
Returns the value of the 'Show Linked Data' attribute.boolean
isVisible()
Returns the value of the 'Visible' attribute.void
setBounds(double xMin, double yMin, double xMax, double yMax)
void
setColor(Color value)
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
setValue(Value value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getObjectID
int getObjectID()
Returns the value of the 'Object ID' attribute.- Returns:
- the value of the 'Object ID' attribute.
- See Also:
setObjectID(int)
,GeographicalSchemaPackage.getLayerObject_ObjectID()
-
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:
getObjectID()
-
getColor
Color getColor()
Returns the value of the 'Color' containment reference.- Returns:
- the value of the 'Color' containment reference.
- See Also:
setColor(Color)
,GeographicalSchemaPackage.getLayerObject_Color()
-
setColor
void setColor(Color value)
Sets the value of the 'Color
' containment reference.- Parameters:
value
- the new value of the 'Color' containment reference.- See Also:
getColor()
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value)
,GeographicalSchemaPackage.getLayerObject_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
-
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:
GeographicalSchemaPackage.getLayerObject_ObjectSeriesValues()
-
getTooltip
String getTooltip()
Returns the value of the 'Tooltip' attribute.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
setTooltip(String)
,GeographicalSchemaPackage.getLayerObject_Tooltip()
-
setTooltip
void setTooltip(String value)
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
getTooltip()
-
isShowLinkedData
boolean isShowLinkedData()
Returns the value of the 'Show Linked Data' attribute.- Returns:
- the value of the 'Show Linked Data' attribute.
- See Also:
setShowLinkedData(boolean)
,GeographicalSchemaPackage.getLayerObject_ShowLinkedData()
-
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:
isShowLinkedData()
-
isVisible
boolean isVisible()
Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
setVisible(boolean)
,GeographicalSchemaPackage.getLayerObject_Visible()
-
setVisible
void setVisible(boolean value)
Sets the value of the 'Visible
' attribute.- Parameters:
value
- the new value of the 'Visible' attribute.- See Also:
isVisible()
-
getXMin
double getXMin()
Returns the value of the 'XMin' attribute.- Returns:
- the value of the 'XMin' attribute.
- See Also:
setXMin(double)
,GeographicalSchemaPackage.getLayerObject_XMin()
-
setXMin
void setXMin(double value)
Sets the value of the 'XMin
' attribute.- Parameters:
value
- the new value of the 'XMin' attribute.- See Also:
getXMin()
-
getYMin
double getYMin()
Returns the value of the 'YMin' attribute.- Returns:
- the value of the 'YMin' attribute.
- See Also:
setYMin(double)
,GeographicalSchemaPackage.getLayerObject_YMin()
-
setYMin
void setYMin(double value)
Sets the value of the 'YMin
' attribute.- Parameters:
value
- the new value of the 'YMin' attribute.- See Also:
getYMin()
-
getXMax
double getXMax()
Returns the value of the 'XMax' attribute.- Returns:
- the value of the 'XMax' attribute.
- See Also:
setXMax(double)
,GeographicalSchemaPackage.getLayerObject_XMax()
-
setXMax
void setXMax(double value)
Sets the value of the 'XMax
' attribute.- Parameters:
value
- the new value of the 'XMax' attribute.- See Also:
getXMax()
-
getYMax
double getYMax()
Returns the value of the 'YMax' attribute.- Returns:
- the value of the 'YMax' attribute.
- See Also:
setYMax(double)
,GeographicalSchemaPackage.getLayerObject_YMax()
-
setYMax
void setYMax(double value)
Sets the value of the 'YMax
' attribute.- Parameters:
value
- the new value of the 'YMax' attribute.- See Also:
getYMax()
-
setBounds
void setBounds(double xMin, double yMin, double xMax, double yMax)
-
-