org.eclipse.etrice.core.validation
Class ValidationUtil.Result

java.lang.Object
  extended by org.eclipse.etrice.core.validation.ValidationUtil.Result
Enclosing class:
ValidationUtil

public static class ValidationUtil.Result
extends java.lang.Object


Method Summary
 EStructuralFeature getFeature()
           
 int getIndex()
           
 java.lang.String getMsg()
           
 EObject getSource()
           
 boolean isOk()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isOk

public boolean isOk()

getMsg

public java.lang.String getMsg()

getSource

public EObject getSource()

getFeature

public EStructuralFeature getFeature()

getIndex

public int getIndex()