org.argouml.uml
Class AttrKeyword

java.lang.Object
  extended byorg.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 org.apache.log4j.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(ru.novosoft.uml.foundation.core.MAttribute attr)
           
 void set(ru.novosoft.uml.foundation.core.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 org.apache.log4j.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(ru.novosoft.uml.foundation.core.MAttribute attr)

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()

toString

public java.lang.String toString()

set

public void set(ru.novosoft.uml.foundation.core.MAttribute target)


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