uci.uml.ui.table
Class MMClassKeyword

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

public class MMClassKeyword
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String _label
           
static MMClassKeyword ABSTRACT
           
static MMClassKeyword FINAL
           
static MMClassKeyword NONE
           
static MMClassKeyword[] POSSIBLES
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
static MMClassKeyword KeywordFor(Classifier cls)
           
 void set(Classifier target)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final MMClassKeyword NONE

ABSTRACT

public static final MMClassKeyword ABSTRACT

FINAL

public static final MMClassKeyword FINAL

POSSIBLES

public static final MMClassKeyword[] POSSIBLES

_label

protected String _label
Method Detail

KeywordFor

public static MMClassKeyword KeywordFor(Classifier cls)

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