Uses of Class
org.eclipse.uml2.ConnectorKind

Packages that use ConnectorKind
org.eclipse.uml2   
 

Uses of ConnectorKind in org.eclipse.uml2
 

Fields in org.eclipse.uml2 declared as ConnectorKind
static ConnectorKind ConnectorKind.ASSEMBLY_LITERAL
          The 'Assembly' literal object
static ConnectorKind ConnectorKind.DELEGATION_LITERAL
          The 'Delegation' literal object
 

Methods in org.eclipse.uml2 that return ConnectorKind
static ConnectorKind ConnectorKind.get(String name)
          Returns the 'Connector Kind' literal with the specified name
static ConnectorKind ConnectorKind.get(int value)
          Returns the 'Connector Kind' literal with the specified value
 ConnectorKind Connector.getKind()
          Returns the value of the 'Kind' attribute.
 

Methods in org.eclipse.uml2 with parameters of type ConnectorKind
 void Connector.setKind(ConnectorKind value)
          Sets the value of the 'Kind' attribute
 


Copyright 2003, 2004 IBM Corporation and others.
All Rights Reserved.