tyrex.resource.jca.dd

Class DDConfigProperty

public class DDConfigProperty extends Object

Version: $Revision: 1.2 $

Author: Assaf Arkin

Field Summary
static StringCONNECTION_URL
static StringPASSWORD
static StringPORT_NUMBER
static StringSERVER_NAME
static StringUSER_NAME
Method Summary
StringgetConfigPropertyName()
The name of the configuration property.
StringgetConfigPropertyType()
The fully qualified Java type of a configuration property.
StringgetConfigPropertyValue()
The value of a configuration entry.
StringgetDescription()
voidsetConfigPropertyName(String name)
voidsetConfigPropertyType(String type)
voidsetConfigPropertyValue(String value)
voidsetDescription(String description)

Field Detail

CONNECTION_URL

public static final String CONNECTION_URL

PASSWORD

public static final String PASSWORD

PORT_NUMBER

public static final String PORT_NUMBER

SERVER_NAME

public static final String SERVER_NAME

USER_NAME

public static final String USER_NAME

Method Detail

getConfigPropertyName

public String getConfigPropertyName()
The name of the configuration property.

Returns: The name of the configuration property

getConfigPropertyType

public 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

getConfigPropertyValue

public String getConfigPropertyValue()
The value of a configuration entry.

Returns: The value of a configuration entry

getDescription

public String getDescription()

setConfigPropertyName

public void setConfigPropertyName(String name)

setConfigPropertyType

public void setConfigPropertyType(String type)

setConfigPropertyValue

public void setConfigPropertyValue(String value)

setDescription

public void setDescription(String description)
Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.