org.eclipse.emf.ecore.xcore.validation
Class XcoreIssueCodes

java.lang.Object
  extended by org.eclipse.emf.ecore.xcore.validation.XcoreIssueCodes

public final class XcoreIssueCodes
extends java.lang.Object


Field Summary
static java.lang.String COLLIDING_IMPORT
           
static java.lang.String CONTAINER_WITHOUT_OPPOSITE
           
static java.lang.String DUPLICATE_IMPORT
           
protected static java.lang.String ISSUE_CODE_PREFIX
           
static java.lang.String UNUSED_IMPORT
           
static java.lang.String WILDCARD_IMPORT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISSUE_CODE_PREFIX

protected static final java.lang.String ISSUE_CODE_PREFIX
See Also:
Constant Field Values

DUPLICATE_IMPORT

public static final java.lang.String DUPLICATE_IMPORT
See Also:
Constant Field Values

UNUSED_IMPORT

public static final java.lang.String UNUSED_IMPORT
See Also:
Constant Field Values

COLLIDING_IMPORT

public static final java.lang.String COLLIDING_IMPORT
See Also:
Constant Field Values

WILDCARD_IMPORT

public static final java.lang.String WILDCARD_IMPORT
See Also:
Constant Field Values

CONTAINER_WITHOUT_OPPOSITE

public static final java.lang.String CONTAINER_WITHOUT_OPPOSITE
See Also:
Constant Field Values

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.