public enum MessageResourceKind extends Enum<MessageResourceKind> implements org.eclipse.emf.common.util.Enumerator
Enum Constant and Description |
---|
BLACKBOARD
The 'Blackboard' literal object.
|
MESSAGE_QUEUE
The 'Message Queue' literal object.
|
OTHER
The 'Other' literal object.
|
PIPE
The 'Pipe' literal object.
|
UNDEF
The 'Undef' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
BLACKBOARD_VALUE
The 'Blackboard' literal value.
|
static int |
MESSAGE_QUEUE_VALUE
The 'Message Queue' literal value.
|
static int |
OTHER_VALUE
The 'Other' literal value.
|
static int |
PIPE_VALUE
The 'Pipe' literal value.
|
static int |
UNDEF_VALUE
The 'Undef' literal value.
|
static List<MessageResourceKind> |
VALUES
A public read-only list of all the 'Message Resource Kind' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static MessageResourceKind |
get(int value)
Returns the 'Message Resource Kind' literal with the specified integer value.
|
static MessageResourceKind |
get(String literal)
Returns the 'Message Resource Kind' literal with the specified literal value.
|
static MessageResourceKind |
getByName(String name)
Returns the 'Message Resource Kind' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static MessageResourceKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageResourceKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageResourceKind MESSAGE_QUEUE
MESSAGE_QUEUE_VALUE
public static final MessageResourceKind PIPE
PIPE_VALUE
public static final MessageResourceKind BLACKBOARD
BLACKBOARD_VALUE
public static final MessageResourceKind UNDEF
UNDEF_VALUE
public static final MessageResourceKind OTHER
OTHER_VALUE
public static final int MESSAGE_QUEUE_VALUE
If the meaning of 'Message Queue' literal object isn't clear, there really should be more of a description here...
MESSAGE_QUEUE
,
Constant Field Valuespublic static final int PIPE_VALUE
If the meaning of 'Pipe' literal object isn't clear, there really should be more of a description here...
PIPE
,
Constant Field Valuespublic static final int BLACKBOARD_VALUE
If the meaning of 'Blackboard' literal object isn't clear, there really should be more of a description here...
BLACKBOARD
,
Constant Field Valuespublic static final int UNDEF_VALUE
If the meaning of 'Undef' literal object isn't clear, there really should be more of a description here...
UNDEF
,
Constant Field Valuespublic static final int OTHER_VALUE
If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...
OTHER
,
Constant Field Valuespublic static final List<MessageResourceKind> VALUES
public static MessageResourceKind[] values()
for (MessageResourceKind c : MessageResourceKind.values()) System.out.println(c);
public static MessageResourceKind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MessageResourceKind get(String literal)
public static MessageResourceKind getByName(String name)
public static MessageResourceKind get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public String toString()
toString
in class Enum<MessageResourceKind>
Copyright © 2016 Eclipse foundation. All rights reserved.