uci.uml.ui.table
Class OperKeyword

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

public class OperKeyword
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String _label
           
static OperKeyword FINAL
           
static OperKeyword FINSYNC
           
static OperKeyword NONE
           
static OperKeyword[] POSSIBLES
           
static OperKeyword SFSYNC
           
static OperKeyword STATFIN
           
static OperKeyword STATIC
           
static OperKeyword STSYNC
           
static OperKeyword SYNC
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
static OperKeyword KeywordFor(Operation op)
           
 void set(Operation target)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final OperKeyword NONE

STATIC

public static final OperKeyword STATIC

FINAL

public static final OperKeyword FINAL

STATFIN

public static final OperKeyword STATFIN

SYNC

public static final OperKeyword SYNC

STSYNC

public static final OperKeyword STSYNC

FINSYNC

public static final OperKeyword FINSYNC

SFSYNC

public static final OperKeyword SFSYNC

POSSIBLES

public static final OperKeyword[] POSSIBLES

_label

protected String _label
Method Detail

KeywordFor

public static OperKeyword KeywordFor(Operation op)

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(Operation target)