org.eclipse.gmf.codegen.gmfgen
Interface GenVisualEffect

All Superinterfaces:
Behaviour, CustomBehaviour, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
GenVisualEffectImpl

public interface GenVisualEffect
extends CustomBehaviour

A representation of the model object 'Gen Visual Effect'.

The following features are supported:

See Also:
GMFGenPackage.getGenVisualEffect()
Generated
Model Properties:

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 String getOclExpression()
          Returns the value of the 'Ocl Expression' attribute.
 String getOclExpressionString()
           
 String getOperationName()
          Returns the value of the 'Operation Name' attribute.
 org.eclipse.emf.ecore.EClassifier getOperationRuntimeType()
           
 String getOperationType()
          Returns the value of the 'Operation Type' attribute.
 String getPinKind()
          Returns the value of the 'Pin Kind' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 void setOclExpression(String value)
          Sets the value of the 'Ocl Expression' attribute.
 void setOperationName(String value)
          Sets the value of the 'Operation Name' attribute.
 void setOperationType(String value)
          Sets the value of the 'Operation Type' attribute.
 void setPinKind(String value)
          Sets the value of the 'Pin Kind' attribute.
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.CustomBehaviour
getEditPolicyQualifiedClassName, getKey, setEditPolicyQualifiedClassName, setKey
 
Methods inherited from interface org.eclipse.gmf.codegen.gmfgen.Behaviour
getSubject
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), GMFGenPackage.getGenVisualEffect_Name()
Generated
Model Properties:

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated

getPinKind

String getPinKind()
Returns the value of the 'Pin Kind' attribute.

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

Returns:
the value of the 'Pin Kind' attribute.
See Also:
setPinKind(String), GMFGenPackage.getGenVisualEffect_PinKind()
Generated
Model Properties:

setPinKind

void setPinKind(String value)
Sets the value of the 'Pin Kind' attribute.

Parameters:
value - the new value of the 'Pin Kind' attribute.
See Also:
getPinKind()
Generated

getOperationName

String getOperationName()
Returns the value of the 'Operation Name' attribute.

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

Returns:
the value of the 'Operation Name' attribute.
See Also:
setOperationName(String), GMFGenPackage.getGenVisualEffect_OperationName()
Generated
Model Properties:

setOperationName

void setOperationName(String value)
Sets the value of the 'Operation Name' attribute.

Parameters:
value - the new value of the 'Operation Name' attribute.
See Also:
getOperationName()
Generated

getOperationType

String getOperationType()
Returns the value of the 'Operation Type' attribute.

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

Returns:
the value of the 'Operation Type' attribute.
See Also:
setOperationType(String), GMFGenPackage.getGenVisualEffect_OperationType()
Generated
Model Properties:

setOperationType

void setOperationType(String value)
Sets the value of the 'Operation Type' attribute.

Parameters:
value - the new value of the 'Operation Type' attribute.
See Also:
getOperationType()
Generated

getOclExpression

String getOclExpression()
Returns the value of the 'Ocl Expression' attribute.

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

Returns:
the value of the 'Ocl Expression' attribute.
See Also:
setOclExpression(String), GMFGenPackage.getGenVisualEffect_OclExpression()
Generated
Model Properties:

setOclExpression

void setOclExpression(String value)
Sets the value of the 'Ocl Expression' attribute.

Parameters:
value - the new value of the 'Ocl Expression' attribute.
See Also:
getOclExpression()
Generated

getOclExpressionString

String getOclExpressionString()

Generated
Model Properties:
kind="operation"

getOperationRuntimeType

org.eclipse.emf.ecore.EClassifier getOperationRuntimeType()

Generated
Model Properties:
kind="operation"


Copyright © 2012. All Rights Reserved.