org.argouml.uml.ui
Class UMLConditionExpressionModel
java.lang.Object
org.argouml.uml.ui.UMLExpressionModel2
org.argouml.uml.ui.UMLConditionExpressionModel
- public class UMLConditionExpressionModel
- extends UMLExpressionModel2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Logger LOG
UMLConditionExpressionModel
public UMLConditionExpressionModel(UMLUserInterfaceContainer container,
String propertyName)
- The constructor.
- Parameters:
container
- the container of UML user interface componentspropertyName
- the name of the property
getExpression
public Object getExpression()
- Specified by:
getExpression
in class UMLExpressionModel2
- Returns:
- the expression
- See Also:
UMLExpressionModel2.getExpression()
setExpression
public void setExpression(Object expression)
- Specified by:
setExpression
in class UMLExpressionModel2
- Parameters:
expression
- the expression- See Also:
UMLExpressionModel2.setExpression(java.lang.Object)
newExpression
public Object newExpression()
- Specified by:
newExpression
in class UMLExpressionModel2
- Returns:
- a new expression
- See Also:
UMLExpressionModel2.newExpression()