|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.uml2.uml.ConnectorKind
A representation of the literals of the enumeration 'Connector Kind', and utility methods for working with them. ConnectorKind is an enumeration type.
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 |
public static final int ASSEMBLY
ConnectorKind.ASSEMBLY_LITERAL
,
Constant Field Valuespublic static final int DELEGATION
ConnectorKind.DELEGATION_LITERAL
,
Constant Field Valuespublic static final ConnectorKind ASSEMBLY_LITERAL
ConnectorKind.ASSEMBLY
public static final ConnectorKind DELEGATION_LITERAL
ConnectorKind.DELEGATION
public static final List VALUES
Method Detail |
public static ConnectorKind get(String literal)
public static ConnectorKind getByName(String name)
public static ConnectorKind get(int value)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |