anl.aida.data
Class CompatibilityChecker.Result

java.lang.Object
  extended by anl.aida.data.CompatibilityChecker.Result
Enclosing class:
CompatibilityChecker

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


Field Summary
private  boolean categoryAllNull
           
private  boolean categoryCompatible
           
private  boolean mapCompatible
           
private  boolean timeCompatible
           
 
Constructor Summary
CompatibilityChecker.Result()
           
 
Method Summary
 java.lang.String getMessage()
           
 boolean isCategoryAllNull()
           
 boolean isCategoryCompatible()
           
 boolean isMapCompatible()
           
 boolean isTimeCompatible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeCompatible

private boolean timeCompatible

categoryCompatible

private boolean categoryCompatible

mapCompatible

private boolean mapCompatible

categoryAllNull

private boolean categoryAllNull
Constructor Detail

CompatibilityChecker.Result

public CompatibilityChecker.Result()
Method Detail

isTimeCompatible

public boolean isTimeCompatible()

isCategoryCompatible

public boolean isCategoryCompatible()

isMapCompatible

public boolean isMapCompatible()

isCategoryAllNull

public boolean isCategoryAllNull()

getMessage

public java.lang.String getMessage()