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