de.matthias_burbach.uml
Interface Action

All Known Implementing Classes:
DefaultAction

public interface Action

Author:
Matthias Burbach

Method Summary
 java.lang.String getExpression()
           
 java.lang.String getType()
           
 void setExpression(java.lang.String expression)
           
 void setType(java.lang.String type)
           
 

Method Detail

getExpression

public java.lang.String getExpression()
Returns:
the expression

getType

public java.lang.String getType()
Returns:
the type

setExpression

public void setExpression(java.lang.String expression)
Parameters:
expression -

setType

public void setType(java.lang.String type)
Parameters:
type -