net.ogdf.ogml
Interface FillType

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

public interface FillType
extends EObject

A representation of the model object 'Fill Type'.

The following features are supported:

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

Method Summary
 String getColor()
          Returns the value of the 'Color' attribute.
 PatternType getPattern()
          Returns the value of the 'Pattern' attribute.
 String getPatternColor()
          Returns the value of the 'Pattern Color' attribute.
 boolean isSetPattern()
          Returns whether the value of the 'Pattern' attribute is set.
 void setColor(String value)
          Sets the value of the 'Color' attribute.
 void setPattern(PatternType value)
          Sets the value of the 'Pattern' attribute.
 void setPatternColor(String value)
          Sets the value of the 'Pattern Color' attribute.
 void unsetPattern()
          Unsets the value of the 'Pattern' 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.getFillType_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.

getPattern

PatternType getPattern()
Returns the value of the 'Pattern' attribute. The literals are from the enumeration PatternType.

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

Returns:
the value of the 'Pattern' attribute.
See Also:
PatternType, isSetPattern(), unsetPattern(), setPattern(PatternType), OgmlPackage.getFillType_Pattern()
Generated:
This code was automatically generated.
Model element:
unsettable=true
extendedMetaData="kind='attribute'
name='pattern'
namespace='##targetNamespace'"

setPattern

void setPattern(PatternType value)
Sets the value of the 'Pattern' attribute.

Parameters:
value - the new value of the 'Pattern' attribute.
See Also:
PatternType, isSetPattern(), unsetPattern(), getPattern()
Generated:
This code was automatically generated.

unsetPattern

void unsetPattern()
Unsets the value of the 'Pattern' attribute.

See Also:
isSetPattern(), getPattern(), setPattern(PatternType)
Generated:
This code was automatically generated.

isSetPattern

boolean isSetPattern()
Returns whether the value of the 'Pattern' attribute is set.

Returns:
whether the value of the 'Pattern' attribute is set.
See Also:
unsetPattern(), getPattern(), setPattern(PatternType)
Generated:
This code was automatically generated.

getPatternColor

String getPatternColor()
Returns the value of the 'Pattern Color' attribute.

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

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

setPatternColor

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

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