|
||||||||||||
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.ConnectorKind
A representation of the literals of the enumeration 'Connector Kind', and utility methods for working with them.
UML2Package.getConnectorKind()
Field Summary | |
---|---|
static int |
ASSEMBLY
The 'Assembly' literal value |
static ConnectorKind |
ASSEMBLY_LITERAL
The 'Assembly' literal object |
static java.lang.String |
copyright
|
static int |
DELEGATION
The 'Delegation' literal value |
static ConnectorKind |
DELEGATION_LITERAL
The 'Delegation' literal object |
static java.util.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(java.lang.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 |
public static final java.lang.String copyright
public static final int ASSEMBLY
ASSEMBLY_LITERAL
,
Constant Field Valuespublic static final int DELEGATION
DELEGATION_LITERAL
,
Constant Field Valuespublic static final ConnectorKind ASSEMBLY_LITERAL
If the meaning of 'Assembly' literal object isn't clear, there really should be more of a description here...
ASSEMBLY
public static final ConnectorKind DELEGATION_LITERAL
If the meaning of 'Delegation' literal object isn't clear, there really should be more of a description here...
DELEGATION
public static final java.util.List VALUES
Method Detail |
public static ConnectorKind get(java.lang.String name)
public static ConnectorKind get(int value)
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |