net.ogdf.ogml
Interface SourceStyleType

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

public interface SourceStyleType
extends EObject

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

The following features are supported:

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

Method Summary
 String getColor()
          Returns the value of the 'Color' attribute.
 EndpointStylesType getType()
          Returns the value of the 'Type' attribute.
 String getUri()
          Returns the value of the 'Uri' attribute.
 BigInteger getWidth()
          Returns the value of the 'Width' attribute.
 boolean isSetType()
          Returns whether the value of the 'Type' attribute is set.
 void setColor(String value)
          Sets the value of the 'Color' attribute.
 void setType(EndpointStylesType value)
          Sets the value of the 'Type' attribute.
 void setUri(String value)
          Sets the value of the 'Uri' attribute.
 void setWidth(BigInteger value)
          Sets the value of the 'Width' attribute.
 void unsetType()
          Unsets the value of the 'Type' 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.getSourceStyleType_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.

getType

EndpointStylesType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration EndpointStylesType.

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

Returns:
the value of the 'Type' attribute.
See Also:
EndpointStylesType, isSetType(), unsetType(), setType(EndpointStylesType), OgmlPackage.getSourceStyleType_Type()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='type'
namespace='##targetNamespace'"

setType

void setType(EndpointStylesType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
EndpointStylesType, isSetType(), unsetType(), getType()
Generated:
This code was automatically generated.

unsetType

void unsetType()
Unsets the value of the 'Type' attribute.

See Also:
isSetType(), getType(), setType(EndpointStylesType)
Generated:
This code was automatically generated.

isSetType

boolean isSetType()
Returns whether the value of the 'Type' attribute is set.

Returns:
whether the value of the 'Type' attribute is set.
See Also:
unsetType(), getType(), setType(EndpointStylesType)
Generated:
This code was automatically generated.

getUri

String getUri()
Returns the value of the 'Uri' attribute.

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

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

setUri

void setUri(String value)
Sets the value of the 'Uri' attribute.

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

getWidth

BigInteger 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(BigInteger), OgmlPackage.getSourceStyleType_Width()
Generated:
This code was automatically generated.
Model element:
dataType=org.eclipse.emf.ecore.xml.type.Integer
extendedMetaData="kind='attribute'
name='width'
namespace='##targetNamespace'"

setWidth

void setWidth(BigInteger 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.