ConForM.CoopnTools.JavaProto.Interpretor
Class InterpretorResult

java.lang.Object
  |
  +--ConForM.CoopnTools.JavaProto.Interpretor.InterpretorResult

public class InterpretorResult
extends java.lang.Object

Result of intterpretation


Constructor Summary
InterpretorResult(CoopnSync sync, boolean success)
           
InterpretorResult(CoopnSync sync, java.lang.String required, boolean success)
           
 
Method Summary
 CoopnSync getSync()
           
 boolean isSuccess()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InterpretorResult

public InterpretorResult(CoopnSync sync,
                         boolean success)

InterpretorResult

public InterpretorResult(CoopnSync sync,
                         java.lang.String required,
                         boolean success)
Method Detail

getSync

public CoopnSync getSync()

isSuccess

public boolean isSuccess()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object