|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.data.geomedia.GeoMediaConnectionParam
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:
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 |
protected java.lang.String mParam
protected java.lang.Class mClass
protected java.lang.Object mVal
Constructor Detail |
public GeoMediaConnectionParam(java.lang.String param, java.lang.Class classType, java.lang.Object val)
param
- DOCUMENT ME!classType
- DOCUMENT ME!val
- DOCUMENT ME!Method Detail |
public java.lang.String getMethodName()
public java.lang.Class getClassType()
public java.lang.Object getParam()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |