com.ibm.adt.topology.object.relationship
Class RelationshipType

java.lang.Object
  extended by com.ibm.adt.topology.object.relationship.RelationshipType

public class RelationshipType
extends java.lang.Object


Field Summary
static RelationshipType AGGREGATION
           
static RelationshipType COMPOSITION
           
static RelationshipType SIMPLE
           
 
Method Summary
static RelationshipType getType(java.lang.String type)
           
static RelationshipType[] getTypes()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AGGREGATION

public static final RelationshipType AGGREGATION

COMPOSITION

public static final RelationshipType COMPOSITION

SIMPLE

public static final RelationshipType SIMPLE
Method Detail

getTypes

public static RelationshipType[] getTypes()

getType

public static RelationshipType getType(java.lang.String type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© Copyright 2006 IBM Corp. 2006 All Rights Reserved