org.argouml.uml
Class OperKeyword

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

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

See Also:
Serialized Form

Field Summary
protected  java.lang.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(java.lang.Object o)
           
 int hashCode()
           
static OperKeyword KeywordFor(ru.novosoft.uml.foundation.core.MOperation op)
           
 void set(ru.novosoft.uml.foundation.core.MOperation 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 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 java.lang.String _label
Method Detail

KeywordFor

public static OperKeyword KeywordFor(ru.novosoft.uml.foundation.core.MOperation op)

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(ru.novosoft.uml.foundation.core.MOperation target)


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook