org.argouml.uml.diagram.static_structure
Class MMClassKeyword

java.lang.Object
  extended byorg.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(ru.novosoft.uml.foundation.core.MClassifier cls)
           
 void set(ru.novosoft.uml.foundation.core.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(ru.novosoft.uml.foundation.core.MClassifier cls)

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


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