org.argouml.uml.diagram.static_structure
Class MMClassKeyword

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

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

See Also:
Serialized Form

Field Summary
protected  java.lang.String _label
           
static MMClassKeyword ABSTRACT
           
static MMClassKeyword FINAL
           
static MMClassKeyword NONE
           
static MMClassKeyword[] POSSIBLES
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
static MMClassKeyword KeywordFor(MClassifier cls)
           
 void set(MClassifier target)
           
 java.lang.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 java.lang.String _label
Method Detail

KeywordFor

public static MMClassKeyword KeywordFor(MClassifier cls)

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


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