|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CallConcurrencyKind> org.eclipse.uml2.uml.CallConcurrencyKind
public enum CallConcurrencyKind
A representation of the literals of the enumeration 'Call Concurrency Kind', and utility methods for working with them. CallConcurrencyKind is an enumeration type.
UMLPackage.getCallConcurrencyKind()
Enum Constant Summary | |
---|---|
CONCURRENT_LITERAL
The 'Concurrent' literal object |
|
GUARDED_LITERAL
The 'Guarded' literal object |
|
SEQUENTIAL_LITERAL
The 'Sequential' literal object |
Field Summary | |
---|---|
static int |
CONCURRENT
The 'Concurrent' literal value |
static int |
GUARDED
The 'Guarded' literal value |
static int |
SEQUENTIAL
The 'Sequential' literal value |
static java.util.List<CallConcurrencyKind> |
VALUES
A public read-only list of all the 'Call Concurrency Kind' enumerators |
Method Summary | |
---|---|
static CallConcurrencyKind |
get(int value)
Returns the 'Call Concurrency Kind' literal with the specified integer value |
static CallConcurrencyKind |
get(java.lang.String literal)
Returns the 'Call Concurrency Kind' literal with the specified literal value |
static CallConcurrencyKind |
getByName(java.lang.String name)
Returns the 'Call Concurrency Kind' literal with the specified name |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static CallConcurrencyKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CallConcurrencyKind[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CallConcurrencyKind SEQUENTIAL_LITERAL
SEQUENTIAL
public static final CallConcurrencyKind GUARDED_LITERAL
GUARDED
public static final CallConcurrencyKind CONCURRENT_LITERAL
CONCURRENT
Field Detail |
---|
public static final int SEQUENTIAL
SEQUENTIAL_LITERAL
,
Constant Field Valuespublic static final int GUARDED
GUARDED_LITERAL
,
Constant Field Valuespublic static final int CONCURRENT
CONCURRENT_LITERAL
,
Constant Field Valuespublic static final java.util.List<CallConcurrencyKind> VALUES
Method Detail |
---|
public static final CallConcurrencyKind[] values()
for(CallConcurrencyKind c : CallConcurrencyKind.values()) System.out.println(c);
public static CallConcurrencyKind valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static CallConcurrencyKind get(java.lang.String literal)
public static CallConcurrencyKind getByName(java.lang.String name)
public static CallConcurrencyKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<CallConcurrencyKind>
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |