org.deegree_impl.model.gc
Class GC_Parameter_Impl

java.lang.Object
  extended byorg.deegree_impl.model.gc.GC_Parameter_Impl
All Implemented Interfaces:
GC_Parameter, java.io.Serializable

class GC_Parameter_Impl
extends java.lang.Object
implements GC_Parameter, java.io.Serializable

The parameter required for a grid coverage processing operation. This structure contains the parameter name (as defined from the GC_ParameterInfo structure) and it s value.

Since:
1.00
Version:
1.00

Constructor Summary
(package private) GC_Parameter_Impl()
           
 
Method Summary
 java.lang.String getName()
          Parameter name.
 java.lang.Object getValue()
          The value for parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GC_Parameter_Impl

GC_Parameter_Impl()
Method Detail

getName

public java.lang.String getName()
Parameter name.

Specified by:
getName in interface GC_Parameter

getValue

public java.lang.Object getValue()
The value for parameter. The type Object can be any type including a Number, a String or an instance of an interface. For example, a grid processor operation will typically require a parameter for the input grid coverage. This parameter may have "Source" as the parameter name and the instance of the grid coverage as the value.

Specified by:
getValue in interface GC_Parameter