org.eclipse.gmt.umlx.alien.mapping
Class AbstractFeatureElement.DiagnosticString

java.lang.Object
  extended by org.eclipse.gmt.umlx.alien.mapping.AbstractFeatureElement.DiagnosticString
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Diagnostic
Enclosing class:
AbstractFeatureElement<F extends org.eclipse.emf.ecore.EStructuralFeature>

public static class AbstractFeatureElement.DiagnosticString
extends java.lang.Object
implements org.eclipse.emf.ecore.resource.Resource.Diagnostic


Constructor Summary
AbstractFeatureElement.DiagnosticString(java.lang.String message, java.lang.String location)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getLocation()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFeatureElement.DiagnosticString

public AbstractFeatureElement.DiagnosticString(java.lang.String message,
                                               java.lang.String location)
Method Detail

getColumn

public int getColumn()
Specified by:
getColumn in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic

getLine

public int getLine()
Specified by:
getLine in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic

getMessage

public java.lang.String getMessage()
Specified by:
getMessage in interface org.eclipse.emf.ecore.resource.Resource.Diagnostic