Interface GeographicalSchemaComponent
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
GeographicalSchemaDrawingArea
,GeographicalSchemaLegend
,GeographicalSchemaTitle
- All Known Implementing Classes:
GeographicalSchemaComponentImpl
,GeographicalSchemaDrawingAreaImpl
,GeographicalSchemaLegendImpl
,GeographicalSchemaTitleImpl
A representation of the model object 'Component'.
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 TypeMethodDescriptionReturns the value of the 'Border' containment reference.int
Returns the value of the 'Bottom Coordinate Percentage' attribute.int
Returns the value of the 'Left Coordinate Percentage' attribute.int
Returns the value of the 'Right Coordinate Percentage' attribute.int
Returns the value of the 'Top Coordinate Percentage' attribute.boolean
Returns the value of the 'Transparent' attribute.void
Sets the value of the 'Border
' containment reference.void
setBottomCoordinatePercentage
(int value) Sets the value of the 'Bottom Coordinate Percentage
' attribute.void
setLeftCoordinatePercentage
(int value) Sets the value of the 'Left Coordinate Percentage
' attribute.void
setRightCoordinatePercentage
(int value) Sets the value of the 'Right Coordinate Percentage
' attribute.void
setTopCoordinatePercentage
(int value) Sets the value of the 'Top Coordinate Percentage
' attribute.void
setTransparent
(boolean value) Sets the value of the 'Transparent
' 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
-
getBorder
Border getBorder()Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
-
setBorder
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
-
isTransparent
boolean isTransparent()Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
-
setTransparent
void setTransparent(boolean value) Sets the value of the 'Transparent
' attribute.- Parameters:
value
- the new value of the 'Transparent' attribute.- See Also:
-
getLeftCoordinatePercentage
int getLeftCoordinatePercentage()Returns the value of the 'Left Coordinate Percentage' attribute.- Returns:
- the value of the 'Left Coordinate Percentage' attribute.
- See Also:
-
setLeftCoordinatePercentage
void setLeftCoordinatePercentage(int value) Sets the value of the 'Left Coordinate Percentage
' attribute.- Parameters:
value
- the new value of the 'Left Coordinate Percentage' attribute.- See Also:
-
getTopCoordinatePercentage
int getTopCoordinatePercentage()Returns the value of the 'Top Coordinate Percentage' attribute.- Returns:
- the value of the 'Top Coordinate Percentage' attribute.
- See Also:
-
setTopCoordinatePercentage
void setTopCoordinatePercentage(int value) Sets the value of the 'Top Coordinate Percentage
' attribute.- Parameters:
value
- the new value of the 'Top Coordinate Percentage' attribute.- See Also:
-
getRightCoordinatePercentage
int getRightCoordinatePercentage()Returns the value of the 'Right Coordinate Percentage' attribute.- Returns:
- the value of the 'Right Coordinate Percentage' attribute.
- See Also:
-
setRightCoordinatePercentage
void setRightCoordinatePercentage(int value) Sets the value of the 'Right Coordinate Percentage
' attribute.- Parameters:
value
- the new value of the 'Right Coordinate Percentage' attribute.- See Also:
-
getBottomCoordinatePercentage
int getBottomCoordinatePercentage()Returns the value of the 'Bottom Coordinate Percentage' attribute.- Returns:
- the value of the 'Bottom Coordinate Percentage' attribute.
- See Also:
-
setBottomCoordinatePercentage
void setBottomCoordinatePercentage(int value) Sets the value of the 'Bottom Coordinate Percentage
' attribute.- Parameters:
value
- the new value of the 'Bottom Coordinate Percentage' attribute.- See Also:
-