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 ColorgetColor()Returns the value of the 'Color' containment reference.intgetObjectID()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.StringgetTooltip()Returns the value of the 'Tooltip' attribute.ValuegetValue()Returns the value of the 'Value' containment reference.doublegetXMax()Returns the value of the 'XMax' attribute.doublegetXMin()Returns the value of the 'XMin' attribute.doublegetYMax()Returns the value of the 'YMax' attribute.doublegetYMin()Returns the value of the 'YMin' attribute.booleanisShowLinkedData()Returns the value of the 'Show Linked Data' attribute.booleanisVisible()Returns the value of the 'Visible' attribute.voidsetBounds(double xMin, double yMin, double xMax, double yMax)voidsetColor(Color value)Sets the value of the 'Color' containment reference.voidsetObjectID(int value)Sets the value of the 'Object ID' attribute.voidsetShowLinkedData(boolean value)Sets the value of the 'Show Linked Data' attribute.voidsetTooltip(String value)Sets the value of the 'Tooltip' attribute.voidsetValue(Value value)Sets the value of the 'Value' containment reference.voidsetVisible(boolean value)Sets the value of the 'Visible' attribute.voidsetXMax(double value)Sets the value of the 'XMax' attribute.voidsetXMin(double value)Sets the value of the 'XMin' attribute.voidsetYMax(double value)Sets the value of the 'YMax' attribute.voidsetYMin(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
-
-
-
-
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)
-
-