org.argouml.uml.ui
Class UMLExpressionModel

java.lang.Object
  |
  +--org.argouml.uml.ui.UMLExpressionModel

Deprecated. as of ArgoUml 0.13.5 (10-may-2003), replaced by ?, this class is part of the 'old'(pre 0.13.*) implementation of proppanels that used reflection a lot.

public final class UMLExpressionModel
extends java.lang.Object


Field Summary
protected static Category cat
          Deprecated.  
 
Constructor Summary
UMLExpressionModel(UMLUserInterfaceContainer container, java.lang.Class targetClass, java.lang.String propertyName, java.lang.Class expressionClass, java.lang.String getMethodName, java.lang.String setMethodName)
          Deprecated.  
 
Method Summary
 java.lang.String getBody()
          Deprecated.  
 MExpression getExpression()
          Deprecated.  
 java.lang.String getLanguage()
          Deprecated.  
 boolean propertySet(MElementEvent event)
          Deprecated.  
 void setBody(java.lang.String body)
          Deprecated.  
 void setLanguage(java.lang.String lang)
          Deprecated.  
 void targetChanged()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cat

protected static Category cat
Deprecated. 
Constructor Detail

UMLExpressionModel

public UMLExpressionModel(UMLUserInterfaceContainer container,
                          java.lang.Class targetClass,
                          java.lang.String propertyName,
                          java.lang.Class expressionClass,
                          java.lang.String getMethodName,
                          java.lang.String setMethodName)
Deprecated. 
Method Detail

targetChanged

public void targetChanged()
Deprecated. 

propertySet

public boolean propertySet(MElementEvent event)
Deprecated. 

getExpression

public MExpression getExpression()
Deprecated. 

getLanguage

public java.lang.String getLanguage()
Deprecated. 

getBody

public java.lang.String getBody()
Deprecated. 

setLanguage

public void setLanguage(java.lang.String lang)
Deprecated. 

setBody

public void setBody(java.lang.String body)
Deprecated. 


ArgoUML © 1996-2003 (20040229)ArgoUML Project HomeArgoUML Cookbook