Interface LineStyle
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LineStyleImpl
A representation of the model object 'Line Style'.
The following features are supported:
- See Also:
-
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 'Line Type' attribute.int
getWidth()
Returns the value of the 'Width' attribute.boolean
isGap()
Returns the value of the 'Gap' attribute.void
setGap
(boolean value) Sets the value of the 'Gap
' attribute.void
setLineType
(LineType value) Sets the value of the 'Line Type
' attribute.void
setWidth
(int value) Sets the value of the 'Width
' 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
-
getLineType
LineType getLineType()Returns the value of the 'Line Type' attribute. The literals are from the enumerationLineType
.- Returns:
- the value of the 'Line Type' attribute.
- See Also:
-
setLineType
Sets the value of the 'Line Type
' attribute.- Parameters:
value
- the new value of the 'Line Type' 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:
-
isGap
boolean isGap()Returns the value of the 'Gap' attribute.- Returns:
- the value of the 'Gap' attribute.
- See Also:
-
setGap
void setGap(boolean value) Sets the value of the 'Gap
' attribute.- Parameters:
value
- the new value of the 'Gap' attribute.- See Also:
-