uci.uml.Foundation.Data_Types
Class AggregationKind

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

public class AggregationKind
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String _label
           
static AggregationKind AGG
           
static AggregationKind COMPOSITE
           
static AggregationKind NONE
           
static AggregationKind[] POSSIBLE_AGGS
           
 
Constructor Summary
AggregationKind(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

AGG

public static final AggregationKind AGG

COMPOSITE

public static final AggregationKind COMPOSITE

NONE

public static final AggregationKind NONE

POSSIBLE_AGGS

public static final AggregationKind[] POSSIBLE_AGGS

_label

protected String _label
Constructor Detail

AggregationKind

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