org.esa.beam.framework.processor.ui
Class IOParameterPage.InputProductValidator

java.lang.Object
  extended by org.esa.beam.framework.processor.ui.IOParameterPage.InputProductValidator
Enclosing class:
IOParameterPage

public abstract static class IOParameterPage.InputProductValidator
extends Object


Constructor Summary
IOParameterPage.InputProductValidator()
           
 
Method Summary
 String getErrorMessage()
           
 void setErrorMessage(String errorMessage)
           
abstract  boolean validate(Product product)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOParameterPage.InputProductValidator

public IOParameterPage.InputProductValidator()
Method Detail

getErrorMessage

public String getErrorMessage()

setErrorMessage

public void setErrorMessage(String errorMessage)

validate

public abstract boolean validate(Product product)


Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.