|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.gc.GC_Parameter_Impl
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.
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()
Method Detail |
public java.lang.String getName()
getName
in interface GC_Parameter
public java.lang.Object getValue()
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.
getValue
in interface GC_Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |