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
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
AggregationKind
public AggregationKind(String label)
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