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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_NAME
public static final java.lang.String SERVER_NAME
- See Also:
- Constant Field Values
PORT_NUMBER
public static final java.lang.String PORT_NUMBER
- See Also:
- Constant Field Values
USER_NAME
public static final java.lang.String USER_NAME
- See Also:
- Constant Field Values
PASSWORD
public static final java.lang.String PASSWORD
- See Also:
- Constant Field Values
CONNECTION_URL
public static final java.lang.String CONNECTION_URL
- See Also:
- Constant Field Values
DDConfigProperty
public DDConfigProperty()
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)
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.