uci.uml.Foundation.Data_Types
Class SynchronousKind

java.lang.Object
  |
  +--uci.uml.Foundation.Data_Types.SynchronousKind

public class SynchronousKind
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String _label
           
static SynchronousKind[] POSSIBLE_SYNCS
           
static SynchronousKind SYNC
           
static SynchronousKind UNSYNC
           
 
Constructor Summary
SynchronousKind(String label)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SYNC

public static final SynchronousKind SYNC

UNSYNC

public static final SynchronousKind UNSYNC

POSSIBLE_SYNCS

public static final SynchronousKind[] POSSIBLE_SYNCS

_label

protected String _label
Constructor Detail

SynchronousKind

public SynchronousKind(String label)
Method Detail

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