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 with type parameters of type ConnectorKind
static java.util.List<ConnectorKind> ConnectorKind.VALUES
          A public read-only list of all the 'Connector Kind' enumerators
 

Methods in org.eclipse.uml2.uml that return ConnectorKind
static ConnectorKind ConnectorKind.get(int value)
          Returns the 'Connector Kind' literal with the specified integer value
static ConnectorKind ConnectorKind.get(java.lang.String literal)
          Returns the 'Connector Kind' literal with the specified literal value
static ConnectorKind ConnectorKind.getByName(java.lang.String name)
          Returns the 'Connector Kind' literal with the specified name
 ConnectorKind Connector.getKind()
          Returns the value of the 'Kind' attribute.
static ConnectorKind ConnectorKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectorKind[] ConnectorKind.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


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