net.refractions.udig.catalog
Class AbstractDataStoreServiceExtension.ParamInfo
java.lang.Object
net.refractions.udig.catalog.AbstractDataStoreServiceExtension.ParamInfo
- Enclosing class:
- AbstractDataStoreServiceExtension
protected class AbstractDataStoreServiceExtension.ParamInfo
- extends java.lang.Object
Constructor Summary |
AbstractDataStoreServiceExtension.ParamInfo(java.lang.String protocol,
java.lang.String username,
java.lang.String password,
java.lang.String host,
java.lang.String the_database,
java.lang.Integer the_port,
java.lang.String the_schema)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
the_schema
public java.lang.String the_schema
the_port
public java.lang.Integer the_port
host
public java.lang.String host
the_database
public java.lang.String the_database
password
public java.lang.String password
username
public java.lang.String username
protocol
public java.lang.String protocol
AbstractDataStoreServiceExtension.ParamInfo
public AbstractDataStoreServiceExtension.ParamInfo(java.lang.String protocol,
java.lang.String username,
java.lang.String password,
java.lang.String host,
java.lang.String the_database,
java.lang.Integer the_port,
java.lang.String the_schema)