uci.uml.Foundation.Data_Types
Class ScopeKind

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

public class ScopeKind
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String _label
           
static ScopeKind CLASSIFIER
           
static ScopeKind INSTANCE
           
static ScopeKind[] POSSIBLE_SCOPES
           
static ScopeKind UNSPEC
           
 
Constructor Summary
ScopeKind(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

UNSPEC

public static final ScopeKind UNSPEC

CLASSIFIER

public static final ScopeKind CLASSIFIER

INSTANCE

public static final ScopeKind INSTANCE

POSSIBLE_SCOPES

public static final ScopeKind[] POSSIBLE_SCOPES

_label

protected String _label
Constructor Detail

ScopeKind

public ScopeKind(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