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
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
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)
Intalio Inc. (C) 1999-2001. All rights reserved.