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

java.lang.Object
  extended byorg.objectweb.cjdbc.console.wizard.objects.ConnectionTypeInfo

public class ConnectionTypeInfo
extends java.lang.Object

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

Version:
1.0
Author:
Nicolas Modrzyk

Field Summary
(package private)  java.lang.Exception badValue
           
(package private)  java.lang.String type
           
private  java.util.ArrayList values
           
 
Constructor Summary
ConnectionTypeInfo()
           
 
Method Summary
 java.lang.String[] getAttributes()
          Get the connection manager attributes.
 java.lang.String getType()
          Returns the type value.
 int getValue(int index)
          Get the index'th value.
 java.util.ArrayList getValues()
          Returns the values value.
 void setType(java.lang.String type)
          Sets the type value.
 void setValues(java.util.ArrayList values)
          Sets the values value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

java.lang.String type

badValue

final java.lang.Exception badValue

values

private java.util.ArrayList values
Constructor Detail

ConnectionTypeInfo

public ConnectionTypeInfo()
Method Detail

getAttributes

public java.lang.String[] getAttributes()
Get the connection manager attributes.

Returns:
list of attributes

getValues

public java.util.ArrayList getValues()
Returns the values value.

Returns:
Returns the values.

getValue

public int getValue(int index)
Get the index'th value.

Parameters:
index - the value index to look for
Returns:
the value

setValues

public void setValues(java.util.ArrayList values)
Sets the values value.

Parameters:
values - The values to set.

getType

public java.lang.String getType()
Returns the type value.

Returns:
Returns the type.

toString

public java.lang.String toString()
See Also:
Object.toString()

setType

public void setType(java.lang.String type)
Sets the type value.

Parameters:
type - The type to set.


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.