org.deegree.datatypes.parameter
Class ParameterValueIm
java.lang.Object
  
org.deegree.datatypes.parameter.GeneralParameterValueIm
      
org.deegree.datatypes.parameter.ParameterValueIm
- All Implemented Interfaces: 
 - Serializable
 
public class ParameterValueIm
- extends GeneralParameterValueIm
- implements Serializable
  
- Version:
 
  - $Revision: 6696 $, $Revision: 6696 $, $Date: 2007-04-25 21:57:05 +0200 (Mi, 25 Apr 2007) $
 
- Author:
 
  - Andreas Poth, last edited by: $Author: apoth $
 
- See Also:
 - Serialized Form
 
 
 
 
 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor)
- Parameters:
 descriptor - 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor,
                        Object value)
- Parameters:
 descriptor - value - 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor,
                        String value)
- Parameters:
 descriptor - value - 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor,
                        URL value)
- Parameters:
 descriptor - value - 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor,
                        int value)
- Parameters:
 descriptor - value - 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor,
                        double value)
- Parameters:
 descriptor - value - 
ParameterValueIm
public ParameterValueIm(GeneralOperationParameterIm descriptor,
                        boolean value)
- Parameters:
 descriptor - value - 
booleanValue
public boolean booleanValue()
                     throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#booleanValue()"
 
 
doubleValue
public double doubleValue()
                   throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#doubleValue()"
 
 
doubleValueList
public double[] doubleValueList()
                         throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#doubleValueList()"
 
 
getUnit
public String getUnit()
 
- See Also:
 - "org.opengis.parameter.ParameterValue#getUnit()"
 
 
getValue
public Object getValue()
 
- See Also:
 - "org.opengis.parameter.ParameterValue#getValue()"
 
 
intValue
public int intValue()
             throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#intValue()"
 
 
intValueList
public int[] intValueList()
                   throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#intValueList()"
 
 
setUnit
public void setUnit(String unit)
             throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#setUnit(javax.units.Unit)"
 
 
setValue
public void setValue(boolean value)
              throws InvalidParameterValueException
 
- Throws:
 InvalidParameterValueException- See Also:
 - "org.opengis.parameter.ParameterValue#setValue(boolean)"
 
 
setValue
public void setValue(double value)
              throws InvalidParameterValueException
 
- Throws:
 InvalidParameterValueException- See Also:
 - "org.opengis.parameter.ParameterValue#setValue(double)"
 
 
setValue
public void setValue(int value)
              throws InvalidParameterValueException
 
- Throws:
 InvalidParameterValueException- See Also:
 - "org.opengis.parameter.ParameterValue#setValue(int)"
 
 
setValue
public void setValue(Object value)
              throws InvalidParameterValueException
- "@see org.opengis.parameter.ParameterValue#setValue(java.lang.Object)"
 
- Throws:
 InvalidParameterValueException
 
 
stringValue
public String stringValue()
                   throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#stringValue()"
 
 
setValue
public void setValue(String value)
 
- Parameters:
 value - 
 
valueFile
public URL valueFile()
              throws InvalidParameterTypeException
 
- Throws:
 InvalidParameterTypeException- See Also:
 - "org.opengis.parameter.ParameterValue#valueFile()"
 
 
setValue
public void setValue(URL value)
 
- Parameters:
 value - 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net