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

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

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


Constructor Summary
OperatorConfiguration.PropertyReference(String parameterName, String propertyName, Operator operator)
           
 
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.PropertyReference

public OperatorConfiguration.PropertyReference(String parameterName,
                                               String propertyName,
                                               Operator operator)
Method Detail

getValue

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

getParameterName

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


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