de.cau.cs.kieler.kev.mapping
Interface Opacity

All Superinterfaces:
Animation, EObject, Notifier
All Known Implementing Classes:
OpacityImpl

public interface Opacity
extends Animation

A representation of the model object 'Opacity'.

The following features are supported:

See Also:
MappingPackage.getOpacity()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getOpacity()
          Returns the value of the 'Opacity' attribute.
 void setOpacity(String value)
          Sets the value of the 'Opacity' attribute.
 
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation
apply, getAccessID, getInput, getKey, initialize, isClonedElement, setAccessID, setInput, setKey
 
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

getOpacity

String getOpacity()
Returns the value of the 'Opacity' attribute.

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

Returns:
the value of the 'Opacity' attribute.
See Also:
setOpacity(String), MappingPackage.getOpacity_Opacity()
Generated:
This code was automatically generated.
Model element

setOpacity

void setOpacity(String value)
Sets the value of the 'Opacity' attribute.

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