Interface LineStyle
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LineStyleImpl
public interface LineStyle extends IBmObject
A representation of the model object 'Line Style'.The following features are supported:
- See Also:
GeographicalSchemaPackage.getLineStyle()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineType
getLineType()
Returns 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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
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:
LineType
,setLineType(LineType)
,GeographicalSchemaPackage.getLineStyle_LineType()
-
setLineType
void setLineType(LineType value)
Sets the value of the 'Line Type
' attribute.- Parameters:
value
- the new value of the 'Line Type' attribute.- See Also:
LineType
,getLineType()
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,GeographicalSchemaPackage.getLineStyle_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
isGap
boolean isGap()
Returns the value of the 'Gap' attribute.- Returns:
- the value of the 'Gap' attribute.
- See Also:
setGap(boolean)
,GeographicalSchemaPackage.getLineStyle_Gap()
-
-