public final class ValidationMessageType
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static int |
CANONICAL
The 'Canonical' literal value
|
static ValidationMessageType |
CANONICAL_LITERAL
The 'Canonical' literal object
|
static int |
RULE_BUILDER
The 'Rule Builder' literal value
|
static ValidationMessageType |
RULE_BUILDER_LITERAL
The 'Rule Builder' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static ValidationMessageType |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static int |
VALIDATION
The 'Validation' literal value
|
static ValidationMessageType |
VALIDATION_LITERAL
The 'Validation' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Validation Message Type' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessageType |
get(int value)
Returns the 'Validation Message Type' literal with the specified integer value
|
static ValidationMessageType |
get(java.lang.String literal)
Returns the 'Validation Message Type' literal with the specified literal value
|
static ValidationMessageType |
getByName(java.lang.String name)
Returns the 'Validation Message Type' 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 VALIDATION
If the meaning of 'Validation' literal object isn't clear, there really should be more of a description here...
VALIDATION_LITERAL,
Constant Field Valuespublic static final int RULE_BUILDER
If the meaning of 'Rule Builder' literal object isn't clear, there really should be more of a description here...
RULE_BUILDER_LITERAL,
Constant Field Valuespublic static final int CANONICAL
If the meaning of 'Canonical' literal object isn't clear, there really should be more of a description here...
CANONICAL_LITERAL,
Constant Field Valuespublic static final ValidationMessageType UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final ValidationMessageType VALIDATION_LITERAL
VALIDATIONpublic static final ValidationMessageType RULE_BUILDER_LITERAL
RULE_BUILDERpublic static final ValidationMessageType CANONICAL_LITERAL
CANONICALpublic static final java.util.List VALUES
public static ValidationMessageType get(java.lang.String literal)
public static ValidationMessageType getByName(java.lang.String name)
public static ValidationMessageType get(int value)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.