All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.netobjects.nfx.util.DataSourceDesc

java.lang.Object
   |
   +----com.netobjects.nfx.util.DataSourceDesc

public class DataSourceDesc
extends Object

Variable Index

 o _name
 o _type

Constructor Index

 o DataSourceDesc(String, String)
Constructor.

Method Index

 o getName()
Returns the name of the data source, e.g.
 o getType()
Returns the type of the data source, e.g.
 o toString()
Returns getName().

Variables

 o _name
 private String _name
 o _type
 private String _type

Constructors

 o DataSourceDesc
 DataSourceDesc(String name,
                String type)
Constructor. Note of its package scope: the intent is to only allow OdbcDsnRetriever to create the instances. This will be enforced after we decide how to package this set of classes.

Methods

 o getName
 public String getName()
Returns the name of the data source, e.g. northwind.

 o getType
 public String getType()
Returns the type of the data source, e.g. Microsoft Access Driver (*.mdb).

 o toString
 public String toString()
Returns getName().

Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index