Uses of Class
org.eclipse.uml2.uml.ConnectorKind

Packages that use ConnectorKind
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of ConnectorKind in org.eclipse.uml2.uml
 

Fields in org.eclipse.uml2.uml 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.uml that return ConnectorKind
static ConnectorKind ConnectorKind.get(String literal)
          Returns the 'Connector Kind' literal with the specified literal value
static ConnectorKind ConnectorKind.getByName(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 integer value
 ConnectorKind Connector.getKind()
          Returns the value of the 'Kind' attribute.
 

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

Uses of ConnectorKind in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type ConnectorKind
 boolean UMLValidator.validateConnectorKind(ConnectorKind connectorKind, DiagnosticChain diagnostics, Map context)
           
 


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