Package com._1c.g5.v8.dt.style.model
Interface BorderStyleItem
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,StyleItem
- All Known Implementing Classes:
BorderStyleItemImpl
public interface BorderStyleItem extends StyleItem
A representation of the model object 'Border Style Item'.The following features are supported:
- See Also:
StylePackage.getBorderStyleItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Border
getBorder()
Returns the value of the 'Border' containment reference.void
setBorder(Border value)
Sets the value of the 'Border
' containment reference.-
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
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
-
-
-
-
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)
,StylePackage.getBorderStyleItem_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()
-
-