public enum CommunicationLinkKind extends java.lang.Enum<CommunicationLinkKind> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
ACCESS
The 'ACCESS' literal object.
|
ACQUIRE
The 'ACQUIRE' literal object.
|
CALL
The 'CALL' literal object.
|
CONSUME
The 'CONSUME' literal object.
|
EXECUTE
The 'EXECUTE' literal object.
|
PRODUCE
The 'PRODUCE' literal object.
|
RECEIVE
The 'RECEIVE' literal object.
|
SEND
The 'SEND' literal object.
|
TRANSMIT
The 'TRANSMIT' literal object.
|
UNSET
The 'UNSET' literal object.
|
WRITE
The 'WRITE' literal object.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESS_VALUE
The 'ACCESS' literal value.
|
static int |
ACQUIRE_VALUE
The 'ACQUIRE' literal value.
|
static int |
CALL_VALUE
The 'CALL' literal value.
|
static int |
CONSUME_VALUE
The 'CONSUME' literal value.
|
static int |
EXECUTE_VALUE
The 'EXECUTE' literal value.
|
static int |
PRODUCE_VALUE
The 'PRODUCE' literal value.
|
static int |
RECEIVE_VALUE
The 'RECEIVE' literal value.
|
static int |
SEND_VALUE
The 'SEND' literal value.
|
static int |
TRANSMIT_VALUE
The 'TRANSMIT' literal value.
|
static int |
UNSET_VALUE
The 'UNSET' literal value.
|
static java.util.List<CommunicationLinkKind> |
VALUES
A public read-only list of all the 'Link Kind' enumerators.
|
static int |
WRITE_VALUE
The 'WRITE' literal value.
|
| Modifier and Type | Method and Description |
|---|---|
static CommunicationLinkKind |
get(int value)
Returns the 'Link Kind' literal with the specified integer value.
|
static CommunicationLinkKind |
get(java.lang.String literal)
Returns the 'Link Kind' literal with the specified literal value.
|
static CommunicationLinkKind |
getByName(java.lang.String name)
Returns the 'Link 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 CommunicationLinkKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationLinkKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationLinkKind UNSET
UNSET_VALUEpublic static final CommunicationLinkKind PRODUCE
PRODUCE_VALUEpublic static final CommunicationLinkKind CONSUME
CONSUME_VALUEpublic static final CommunicationLinkKind SEND
SEND_VALUEpublic static final CommunicationLinkKind RECEIVE
RECEIVE_VALUEpublic static final CommunicationLinkKind CALL
CALL_VALUEpublic static final CommunicationLinkKind EXECUTE
EXECUTE_VALUEpublic static final CommunicationLinkKind WRITE
WRITE_VALUEpublic static final CommunicationLinkKind ACCESS
ACCESS_VALUEpublic static final CommunicationLinkKind ACQUIRE
ACQUIRE_VALUEpublic static final CommunicationLinkKind TRANSMIT
TRANSMIT_VALUEpublic static final int UNSET_VALUE
If the meaning of 'UNSET' literal object isn't clear, there really should be more of a description here...
UNSET,
Constant Field Valuespublic static final int PRODUCE_VALUE
If the meaning of 'PRODUCE' literal object isn't clear, there really should be more of a description here...
PRODUCE,
Constant Field Valuespublic static final int CONSUME_VALUE
If the meaning of 'CONSUME' literal object isn't clear, there really should be more of a description here...
CONSUME,
Constant Field Valuespublic static final int SEND_VALUE
If the meaning of 'SEND' literal object isn't clear, there really should be more of a description here...
SEND,
Constant Field Valuespublic static final int RECEIVE_VALUE
If the meaning of 'RECEIVE' literal object isn't clear, there really should be more of a description here...
RECEIVE,
Constant Field Valuespublic static final int CALL_VALUE
If the meaning of 'CALL' literal object isn't clear, there really should be more of a description here...
CALL,
Constant Field Valuespublic static final int EXECUTE_VALUE
If the meaning of 'EXECUTE' literal object isn't clear, there really should be more of a description here...
EXECUTE,
Constant Field Valuespublic static final int WRITE_VALUE
If the meaning of 'WRITE' literal object isn't clear, there really should be more of a description here...
WRITE,
Constant Field Valuespublic static final int ACCESS_VALUE
If the meaning of 'ACCESS' literal object isn't clear, there really should be more of a description here...
ACCESS,
Constant Field Valuespublic static final int ACQUIRE_VALUE
If the meaning of 'ACQUIRE' literal object isn't clear, there really should be more of a description here...
ACQUIRE,
Constant Field Valuespublic static final int TRANSMIT_VALUE
If the meaning of 'TRANSMIT' literal object isn't clear, there really should be more of a description here...
TRANSMIT,
Constant Field Valuespublic static final java.util.List<CommunicationLinkKind> VALUES
public static CommunicationLinkKind[] values()
for (CommunicationLinkKind c : CommunicationLinkKind.values()) System.out.println(c);
public static CommunicationLinkKind 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 namejava.lang.NullPointerException - if the argument is nullpublic static CommunicationLinkKind get(java.lang.String literal)
literal - the literal.null.public static CommunicationLinkKind getByName(java.lang.String name)
name - the name.null.public static CommunicationLinkKind get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<CommunicationLinkKind>