org.eclipse.uml2
Class ConnectorKind

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.uml2.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.

See Also:
UML2Package.getConnectorKind()

Field Summary
static int ASSEMBLY
          The 'Assembly' literal value
static ConnectorKind ASSEMBLY_LITERAL
          The 'Assembly' literal object
static String copyright
           
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 value
static ConnectorKind get(String name)
          Returns the 'Connector Kind' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values

ASSEMBLY

public static final int ASSEMBLY
The 'Assembly' literal value.

See Also:
ASSEMBLY_LITERAL, Constant Field Values

DELEGATION

public static final int DELEGATION
The 'Delegation' literal value.

See Also:
DELEGATION_LITERAL, Constant Field Values

ASSEMBLY_LITERAL

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

If the meaning of 'Assembly' literal object isn't clear, there really should be more of a description here...

See Also:
ASSEMBLY

DELEGATION_LITERAL

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

If the meaning of 'Delegation' literal object isn't clear, there really should be more of a description here...

See Also:
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 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 value.


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