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
public interface GeographicalSchemaComponent extends IBmObject
A representation of the model object 'Component'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Border
getBorder()
Returns the value of the 'Border' containment reference.int
getBottomCoordinatePercentage()
Returns the value of the 'Bottom Coordinate Percentage' attribute.int
getLeftCoordinatePercentage()
Returns the value of the 'Left Coordinate Percentage' attribute.int
getRightCoordinatePercentage()
Returns the value of the 'Right Coordinate Percentage' attribute.int
getTopCoordinatePercentage()
Returns the value of the 'Top Coordinate Percentage' attribute.boolean
isTransparent()
Returns the value of the 'Transparent' attribute.void
setBorder(Border value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getBorder
Border getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(Border)
,GeographicalSchemaPackage.getGeographicalSchemaComponent_Border()
-
setBorder
void setBorder(Border value)
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
getBorder()
-
isTransparent
boolean isTransparent()
Returns the value of the 'Transparent' attribute.- Returns:
- the value of the 'Transparent' attribute.
- See Also:
setTransparent(boolean)
,GeographicalSchemaPackage.getGeographicalSchemaComponent_Transparent()
-
setTransparent
void setTransparent(boolean value)
Sets the value of the 'Transparent
' attribute.- Parameters:
value
- the new value of the 'Transparent' attribute.- See Also:
isTransparent()
-
getLeftCoordinatePercentage
int getLeftCoordinatePercentage()
Returns the value of the 'Left Coordinate Percentage' attribute.- Returns:
- the value of the 'Left Coordinate Percentage' attribute.
- See Also:
setLeftCoordinatePercentage(int)
,GeographicalSchemaPackage.getGeographicalSchemaComponent_LeftCoordinatePercentage()
-
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:
getLeftCoordinatePercentage()
-
getTopCoordinatePercentage
int getTopCoordinatePercentage()
Returns the value of the 'Top Coordinate Percentage' attribute.- Returns:
- the value of the 'Top Coordinate Percentage' attribute.
- See Also:
setTopCoordinatePercentage(int)
,GeographicalSchemaPackage.getGeographicalSchemaComponent_TopCoordinatePercentage()
-
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:
getTopCoordinatePercentage()
-
getRightCoordinatePercentage
int getRightCoordinatePercentage()
Returns the value of the 'Right Coordinate Percentage' attribute.- Returns:
- the value of the 'Right Coordinate Percentage' attribute.
- See Also:
setRightCoordinatePercentage(int)
,GeographicalSchemaPackage.getGeographicalSchemaComponent_RightCoordinatePercentage()
-
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:
getRightCoordinatePercentage()
-
getBottomCoordinatePercentage
int getBottomCoordinatePercentage()
Returns the value of the 'Bottom Coordinate Percentage' attribute.- Returns:
- the value of the 'Bottom Coordinate Percentage' attribute.
- See Also:
setBottomCoordinatePercentage(int)
,GeographicalSchemaPackage.getGeographicalSchemaComponent_BottomCoordinatePercentage()
-
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:
getBottomCoordinatePercentage()
-
-