public final class ValidationIssue
extends org.eclipse.emf.common.util.AbstractEnumerator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
EXTRA
The 'Extra' literal value
|
static ValidationIssue |
EXTRA_LITERAL
The 'Extra' literal object
|
static int |
MISSING
The 'Missing' literal value
|
static ValidationIssue |
MISSING_LITERAL
The 'Missing' literal object
|
static int |
UNSPECIFIED
The 'Unspecified' literal value
|
static ValidationIssue |
UNSPECIFIED_LITERAL
The 'Unspecified' literal object
|
static java.util.List |
VALUES
A public read-only list of all the 'Validation Issue' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationIssue |
get(int value)
Returns the 'Validation Issue' literal with the specified integer value
|
static ValidationIssue |
get(java.lang.String literal)
Returns the 'Validation Issue' literal with the specified literal value
|
static ValidationIssue |
getByName(java.lang.String name)
Returns the 'Validation Issue' literal with the specified name
|
public static final java.lang.String copyright
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 EXTRA
If the meaning of 'Extra' literal object isn't clear, there really should be more of a description here...
EXTRA_LITERAL,
Constant Field Valuespublic static final int MISSING
If the meaning of 'Missing' literal object isn't clear, there really should be more of a description here...
MISSING_LITERAL,
Constant Field Valuespublic static final ValidationIssue UNSPECIFIED_LITERAL
UNSPECIFIEDpublic static final ValidationIssue EXTRA_LITERAL
EXTRApublic static final ValidationIssue MISSING_LITERAL
MISSINGpublic static final java.util.List VALUES
public static ValidationIssue get(java.lang.String literal)
public static ValidationIssue getByName(java.lang.String name)
public static ValidationIssue get(int value)
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.