public final class MessageSeverity
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
INFO
The 'Info' literal value
|
static MessageSeverity |
INFO_LITERAL
The 'Info' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static MessageSeverity |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Message Severity' enumerators
|
static int |
VIOLATION
The 'Violation' literal value
|
static MessageSeverity |
VIOLATION_LITERAL
The 'Violation' literal object
|
static int |
WARNING
The 'Warning' literal value
|
static MessageSeverity |
WARNING_LITERAL
The 'Warning' literal object
|
| Modifier and Type | Method and Description |
|---|---|
static MessageSeverity |
get(int value)
Returns the 'Message Severity' literal with the specified integer value
|
static MessageSeverity |
get(java.lang.String literal)
Returns the 'Message Severity' literal with the specified literal value
|
static MessageSeverity |
getByName(java.lang.String name)
Returns the 'Message Severity' literal with the specified name
|
public static final int UNSPECIFIED
If the meaning of 'Unspecified' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED_LITERAL,
Constant Field Valuespublic static final int INFO
If the meaning of 'Info' literal object isn't clear, there really should be more of a description here...
INFO_LITERAL,
Constant Field Valuespublic static final int WARNING
If the meaning of 'Warning' literal object isn't clear, there really should be more of a description here...
WARNING_LITERAL,
Constant Field Valuespublic static final int VIOLATION
If the meaning of 'Violation' literal object isn't clear, there really should be more of a description here...
VIOLATION_LITERAL,
Constant Field Valuespublic static final MessageSeverity UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final MessageSeverity INFO_LITERAL
INFOpublic static final MessageSeverity WARNING_LITERAL
WARNINGpublic static final MessageSeverity VIOLATION_LITERAL
VIOLATIONpublic static final java.util.List VALUES
public static MessageSeverity get(java.lang.String literal)
public static MessageSeverity getByName(java.lang.String name)
public static MessageSeverity get(int value)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.