net.refractions.udig.catalog
Class AbstractDataStoreServiceExtension.ParamInfo

java.lang.Object
  extended by net.refractions.udig.catalog.AbstractDataStoreServiceExtension.ParamInfo
Enclosing class:
AbstractDataStoreServiceExtension

protected class AbstractDataStoreServiceExtension.ParamInfo
extends java.lang.Object


Field Summary
 java.lang.String host
           
 java.lang.String password
           
 java.lang.String protocol
           
 java.lang.String the_database
           
 java.lang.Integer the_port
           
 java.lang.String the_schema
           
 java.lang.String username
           
 
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)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)