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(java.lang.Object element,
java.lang.String value)
Invoked by PropertySpecialString when it has matched a property name. |
found
public void found(java.lang.Object element,
java.lang.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.