uci.uml.ui.table
Class AttrKeyword

java.lang.Object
  |
  +--uci.uml.ui.table.AttrKeyword

public class AttrKeyword
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

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 String _label
Method Detail

KeywordFor

public static AttrKeyword KeywordFor(Attribute attr)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

set

public void set(Attribute target)