tyrex.resource.jca.dd
Class DDConfigProperty

java.lang.Object
  |
  +--tyrex.resource.jca.dd.DDConfigProperty

public class DDConfigProperty
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Assaf Arkin

Field Summary
static java.lang.String CONNECTION_URL
           
static java.lang.String PASSWORD
           
static java.lang.String PORT_NUMBER
           
static java.lang.String SERVER_NAME
           
static java.lang.String USER_NAME
           
 
Constructor Summary
DDConfigProperty()
           
 
Method Summary
 java.lang.String getConfigPropertyName()
          The name of the configuration property.
 java.lang.String getConfigPropertyType()
          The fully qualified Java type of a configuration property.
 java.lang.String getConfigPropertyValue()
          The value of a configuration entry.
 java.lang.String getDescription()
           
 void setConfigPropertyName(java.lang.String name)
           
 void setConfigPropertyType(java.lang.String type)
           
 void setConfigPropertyValue(java.lang.String value)
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_NAME

public static final java.lang.String SERVER_NAME

PORT_NUMBER

public static final java.lang.String PORT_NUMBER

USER_NAME

public static final java.lang.String USER_NAME

PASSWORD

public static final java.lang.String PASSWORD

CONNECTION_URL

public static final java.lang.String CONNECTION_URL
Constructor Detail

DDConfigProperty

public DDConfigProperty()
Method Detail

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getConfigPropertyName

public java.lang.String getConfigPropertyName()
The name of the configuration property.
Returns:
The name of the configuration property

setConfigPropertyName

public void setConfigPropertyName(java.lang.String name)

getConfigPropertyType

public java.lang.String getConfigPropertyType()
The fully qualified Java type of a configuration property. The following are the legal values: java.lang.Boolean, java.lang.Boolean, java.lang.String, java.lang.Integer, java.lang.Double, java.lang.Byte,java.lang.Short,java.lang.Long and java.lang.Float.
Returns:
The type of the configuration property

setConfigPropertyType

public void setConfigPropertyType(java.lang.String type)

getConfigPropertyValue

public java.lang.String getConfigPropertyValue()
The value of a configuration entry.
Returns:
The value of a configuration entry

setConfigPropertyValue

public void setConfigPropertyValue(java.lang.String value)


Intalio Inc. (C) 1999-2001. All rights reserved.