org.geotools.data.geomedia
Class GeoMediaConnectionParam

java.lang.Object
  extended byorg.geotools.data.geomedia.GeoMediaConnectionParam

public class GeoMediaConnectionParam
extends java.lang.Object

Title: GeoTools2 Development

Description:

Copyright: Copyright (c) Julian J. Ray 2003

Used to pass connection parameters to a geomedia data source factory. This structure is used to allow the connection factory to dynamically load and instantiate a JDBC Data Soruce driver for the particular GeoMedia database they wish to access. Each instance contains the following:

Version:
1.0
Author:
Julian J. Ray

Field Summary
protected  java.lang.Class mClass
          DOCUMENT ME!
protected  java.lang.String mParam
          DOCUMENT ME!
protected  java.lang.Object mVal
          DOCUMENT ME!
 
Constructor Summary
GeoMediaConnectionParam(java.lang.String param, java.lang.Class classType, java.lang.Object val)
          Creates a new GeoMediaConnectionParam object.
 
Method Summary
 java.lang.Class getClassType()
          getClassType - returns the class type of an object passed as an argument to the method.
 java.lang.String getMethodName()
          getMethodName - returns the name of the method to call.
 java.lang.Object getParam()
          getParam - returns an Object representing the argument passed to the method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mParam

protected java.lang.String mParam
DOCUMENT ME!


mClass

protected java.lang.Class mClass
DOCUMENT ME!


mVal

protected java.lang.Object mVal
DOCUMENT ME!

Constructor Detail

GeoMediaConnectionParam

public GeoMediaConnectionParam(java.lang.String param,
                               java.lang.Class classType,
                               java.lang.Object val)
Creates a new GeoMediaConnectionParam object.

Parameters:
param - DOCUMENT ME!
classType - DOCUMENT ME!
val - DOCUMENT ME!
Method Detail

getMethodName

public java.lang.String getMethodName()
getMethodName - returns the name of the method to call.

Returns:
String

getClassType

public java.lang.Class getClassType()
getClassType - returns the class type of an object passed as an argument to the method.

Returns:
Class

getParam

public java.lang.Object getParam()
getParam - returns an Object representing the argument passed to the method.

Returns:
Object


Copyright © GeoTools. All Rights Reserved.