org.argouml.uml
Class AttrKeyword

java.lang.Object
  |
  +--org.argouml.uml.AttrKeyword
All Implemented Interfaces:
java.io.Serializable

public class AttrKeyword
extends java.lang.Object
implements java.io.Serializable

This class handles the none static final static final transient for the UML foundation data type

See Also:
Serialized Form

Field Summary
protected  java.lang.String _label
           
protected static Category cat
           
static AttrKeyword FINAL
           
static AttrKeyword NONE
           
static AttrKeyword[] POSSIBLES
           
static AttrKeyword STATFIN
           
static AttrKeyword STATIC
           
static AttrKeyword TRANS
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
static AttrKeyword KeywordFor(MAttribute attr)
           
 void set(MAttribute target)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

cat

protected static Category cat

NONE

public static final AttrKeyword NONE

STATIC

public static final AttrKeyword STATIC

FINAL

public static final AttrKeyword FINAL

STATFIN

public static final AttrKeyword STATFIN

TRANS

public static final AttrKeyword TRANS

POSSIBLES

public static final AttrKeyword[] POSSIBLES

_label

protected java.lang.String _label
Method Detail

KeywordFor

public static AttrKeyword KeywordFor(MAttribute attr)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

set

public void set(MAttribute target)


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