Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

org.objectweb.cjdbc.console.wizard.objects.ConnectionTypeInfo Class Reference

List of all members.

Public Member Functions

String[] getAttributes ()
ArrayList getValues ()
int getValue (int index)
void setValues (ArrayList values)
String getType ()
String toString ()
void setType (String type)

Package Attributes

String type = WizardConstants.CONNECTION_MANAGERS[0]
final Exception badValue = new Exception("Bad Parameter")

Detailed Description

This class defines a ConnectionTypeInfo, that is all the connection manager information.

Author:
Nicolas Modrzyk
Version:
1.0

Definition at line 39 of file ConnectionTypeInfo.java.


Member Function Documentation

String org.objectweb.cjdbc.console.wizard.objects.ConnectionTypeInfo.getType  ) 
 

Returns the type value.

Returns:
Returns the type.

Definition at line 109 of file ConnectionTypeInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.WizardTabs.exportDocumentToXml(), and org.objectweb.cjdbc.console.wizard.tab.BackendTab.itemStateChanged().

00110   {
00111     return type;
00112   }

ArrayList org.objectweb.cjdbc.console.wizard.objects.ConnectionTypeInfo.getValues  ) 
 

Returns the values value.

Returns:
Returns the values.

Definition at line 70 of file ConnectionTypeInfo.java.

00071   {
00072     return values;
00073   }

void org.objectweb.cjdbc.console.wizard.objects.ConnectionTypeInfo.setType String  type  ) 
 

Sets the type value.

Parameters:
type The type to set.

Definition at line 124 of file ConnectionTypeInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.tab.BackendTab.actionPerformed(), and org.objectweb.cjdbc.console.wizard.WizardTabs.importDocumentFromXml().

00125   {
00126     this.type = type;
00127   }

void org.objectweb.cjdbc.console.wizard.objects.ConnectionTypeInfo.setValues ArrayList  values  ) 
 

Sets the values value.

Parameters:
values The values to set.

Definition at line 99 of file ConnectionTypeInfo.java.

Referenced by org.objectweb.cjdbc.console.wizard.tab.BackendTab.actionPerformed(), and org.objectweb.cjdbc.console.wizard.WizardTabs.importDocumentFromXml().

00100   {
00101     this.values = values;
00102   }


The documentation for this class was generated from the following file:
Generated on Mon Apr 11 22:03:20 2005 for C-JDBC by  doxygen 1.3.9.1