org.argouml.uml.notation
Class AttributeNotation
java.lang.Object
org.argouml.uml.notation.ValueHandler
org.argouml.uml.notation.AttributeNotation
- All Implemented Interfaces:
- NotationProvider4
- Direct Known Subclasses:
- AttributeNotationJava, AttributeNotationUml
- public abstract class AttributeNotation
- extends ValueHandler
This abstract class forms the basis of all Notation providers
for the text shown in the attribute compartment of a Class.
Subclass this for all languages.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myAttribute
protected Object myAttribute
myClass
protected Object myClass
AttributeNotation
public AttributeNotation(Object attribute)
- The constructor.
- Parameters:
attribute - the represented attribute