org.argouml.uml.notation
Class AttributeNotation

java.lang.Object
  extended byorg.argouml.uml.notation.ValueHandler
      extended byorg.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.


Field Summary
protected  Object myAttribute
           
protected  Object myClass
           
 
Constructor Summary
AttributeNotation(Object attribute)
          The constructor.
 
Methods inherited from class org.argouml.uml.notation.ValueHandler
getValue, isValue, putValue, putValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.argouml.notation.NotationProvider4
getParsingHelp, parse, toString
 

Field Detail

myAttribute

protected Object myAttribute

myClass

protected Object myClass
Constructor Detail

AttributeNotation

public AttributeNotation(Object attribute)
The constructor.

Parameters:
attribute - the represented attribute


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook