org.esa.beam.framework.gpf.internal
Class OperatorConfiguration.ParameterReference

java.lang.Object
  extended by org.esa.beam.framework.gpf.internal.OperatorConfiguration.ParameterReference
All Implemented Interfaces:
OperatorConfiguration.Reference
Enclosing class:
OperatorConfiguration

public static class OperatorConfiguration.ParameterReference
extends Object
implements OperatorConfiguration.Reference


Constructor Summary
OperatorConfiguration.ParameterReference(String name, Object value)
           
 
Method Summary
 String getParameterName()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperatorConfiguration.ParameterReference

public OperatorConfiguration.ParameterReference(String name,
                                                Object value)
Method Detail

getParameterName

public String getParameterName()
Specified by:
getParameterName in interface OperatorConfiguration.Reference

getValue

public Object getValue()
Specified by:
getValue in interface OperatorConfiguration.Reference


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