org.eclipse.uml2.uml
Class ConnectorKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.uml.ConnectorKind
All Implemented Interfaces:
Enumerator

public final class ConnectorKind
extends AbstractEnumerator

A representation of the literals of the enumeration 'Connector Kind', and utility methods for working with them. ConnectorKind is an enumeration type.

See Also:
UMLPackage.getConnectorKind()

Field Summary
static int ASSEMBLY
          The 'Assembly' literal value
static ConnectorKind ASSEMBLY_LITERAL
          The 'Assembly' literal object
static int DELEGATION
          The 'Delegation' literal value
static ConnectorKind DELEGATION_LITERAL
          The 'Delegation' literal object
static List VALUES
          A public read-only list of all the 'Connector Kind' enumerators
 
Method Summary
static ConnectorKind get(int value)
          Returns the 'Connector Kind' literal with the specified integer value
static ConnectorKind get(String literal)
          Returns the 'Connector Kind' literal with the specified literal value
static ConnectorKind getByName(String name)
          Returns the 'Connector Kind' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASSEMBLY

public static final int ASSEMBLY
The 'Assembly' literal value. Indicates that the connector is an assembly connector.

See Also:
ConnectorKind.ASSEMBLY_LITERAL, Constant Field Values

DELEGATION

public static final int DELEGATION
The 'Delegation' literal value. Indicates that the connector is a delegation connector.

See Also:
ConnectorKind.DELEGATION_LITERAL, Constant Field Values

ASSEMBLY_LITERAL

public static final ConnectorKind ASSEMBLY_LITERAL
The 'Assembly' literal object.

See Also:
ConnectorKind.ASSEMBLY

DELEGATION_LITERAL

public static final ConnectorKind DELEGATION_LITERAL
The 'Delegation' literal object.

See Also:
ConnectorKind.DELEGATION

VALUES

public static final List VALUES
A public read-only list of all the 'Connector Kind' enumerators.

Method Detail

get

public static ConnectorKind get(String literal)
Returns the 'Connector Kind' literal with the specified literal value.


getByName

public static ConnectorKind getByName(String name)
Returns the 'Connector Kind' literal with the specified name.


get

public static ConnectorKind get(int value)
Returns the 'Connector Kind' literal with the specified integer value.


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