org.argouml.uml.generator
Interface PropertyOperation


interface PropertyOperation

Interface specifying the operation to take when a PropertySpecialString is matched.

Since:
0.11.2
See Also:
PropertySpecialString

Method Summary
 void found(Object element, String value)
          Invoked by PropertySpecialString when it has matched a property name.
 

Method Detail

found

public void found(Object element,
                  String value)
Invoked by PropertySpecialString when it has matched a property name.

Parameters:
element - The element on which the property was set.
value - The value of the property, may be null if no value was given.


ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook