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.intgetWidth()Returns the value of the 'Width' attribute.booleanisGap()Returns the value of the 'Gap' attribute.voidsetGap(boolean value) Sets the value of the 'Gap' attribute.voidsetLineType(LineType value) Sets the value of the 'Line Type' attribute.voidsetWidth(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, eUnsetMethods 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, bmSetPropertyMethods 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:
-