net.sourceforge.plantuml
Class ErrorUml

java.lang.Object
  extended by net.sourceforge.plantuml.ErrorUml

public class ErrorUml
extends Object


Constructor Summary
ErrorUml(ErrorUmlType type, String error, int position)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getError()
           
 int getPosition()
           
 SuggestEngineResult getSuggest()
           
 ErrorUmlType getType()
           
 int hashCode()
           
 boolean hasSuggest()
           
 void setSuggest(SuggestEngineResult suggest)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorUml

public ErrorUml(ErrorUmlType type,
                String error,
                int position)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getError

public final String getError()

getType

public final ErrorUmlType getType()

getPosition

public int getPosition()

getSuggest

public final SuggestEngineResult getSuggest()

hasSuggest

public final boolean hasSuggest()

setSuggest

public void setSuggest(SuggestEngineResult suggest)


Copyright © 2014. All Rights Reserved.