Package com._1c.g5.v8.dt.mcore
Interface BorderDef
- All Superinterfaces:
Border
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
PlatformBorder
- All Known Implementing Classes:
BorderDefImpl
,PlatformBorderImpl
A representation of the model object 'Border Def'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetStyle()
Returns the value of the 'Style' attribute.int
getWidth()
Returns the value of the 'Width' attribute.void
setStyle
(BorderStyle value) Sets the value of the 'Style
' attribute.void
setWidth
(int value) Sets the value of the 'Width
' attribute.style()
int
width()
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getStyle
BorderStyle getStyle()Returns the value of the 'Style' attribute. The literals are from the enumerationBorderStyle
.- Returns:
- the value of the 'Style' attribute.
- See Also:
-
setStyle
Sets the value of the 'Style
' attribute.- Parameters:
value
- the new value of the 'Style' attribute.- See Also:
-
getWidth
int getWidth()Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
void setWidth(int value) Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
-
style
BorderStyle style() -
width
int width() -
compositeId
CompositeId compositeId()- Specified by:
compositeId
in interfaceBorder
-