net.ogdf.ogml
Interface LineStyleType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
LineStyleTypeImpl

public interface LineStyleType
extends EObject

A representation of the model object 'Line Style Type'.

The following features are supported:

See Also:
OgmlPackage.getLineStyleType()
Rating red
Generated:
This code was automatically generated.
Model element:
extendedMetaData="name='lineStyle_._type'
kind='empty'"

Method Summary
 String getColor()
          Returns the value of the 'Color' attribute.
 LineStyleTypeType getStyle()
          Returns the value of the 'Style' attribute.
 String getWidth()
          Returns the value of the 'Width' attribute.
 boolean isSetStyle()
          Returns whether the value of the 'Style' attribute is set.
 void setColor(String value)
          Sets the value of the 'Color' attribute.
 void setStyle(LineStyleTypeType value)
          Sets the value of the 'Style' attribute.
 void setWidth(String value)
          Sets the value of the 'Width' attribute.
 void unsetStyle()
          Unsets the value of the 'Style' 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getColor

String getColor()
Returns the value of the 'Color' attribute.

If the meaning of the 'Color' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Color' attribute.
See Also:
setColor(String), OgmlPackage.getLineStyleType_Color()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
extendedMetaData="kind='attribute'
name='color'
namespace='##targetNamespace'"

setColor

void setColor(String value)
Sets the value of the 'Color' attribute.

Parameters:
value - the new value of the 'Color' attribute.
See Also:
getColor()
Generated:
This code was automatically generated.

getStyle

LineStyleTypeType getStyle()
Returns the value of the 'Style' attribute. The literals are from the enumeration LineStyleTypeType.

If the meaning of the 'Style' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Style' attribute.
See Also:
LineStyleTypeType, isSetStyle(), unsetStyle(), setStyle(LineStyleTypeType), OgmlPackage.getLineStyleType_Style()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='style'
namespace='##targetNamespace'"

setStyle

void setStyle(LineStyleTypeType value)
Sets the value of the 'Style' attribute.

Parameters:
value - the new value of the 'Style' attribute.
See Also:
LineStyleTypeType, isSetStyle(), unsetStyle(), getStyle()
Generated:
This code was automatically generated.

unsetStyle

void unsetStyle()
Unsets the value of the 'Style' attribute.

See Also:
isSetStyle(), getStyle(), setStyle(LineStyleTypeType)
Generated:
This code was automatically generated.

isSetStyle

boolean isSetStyle()
Returns whether the value of the 'Style' attribute is set.

Returns:
whether the value of the 'Style' attribute is set.
See Also:
unsetStyle(), getStyle(), setStyle(LineStyleTypeType)
Generated:
This code was automatically generated.

getWidth

String getWidth()
Returns the value of the 'Width' attribute.

If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Width' attribute.
See Also:
setWidth(String), OgmlPackage.getLineStyleType_Width()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.String
extendedMetaData="kind='attribute'
name='width'
namespace='##targetNamespace'"

setWidth

void setWidth(String value)
Sets the value of the 'Width' attribute.

Parameters:
value - the new value of the 'Width' attribute.
See Also:
getWidth()
Generated:
This code was automatically generated.