Serializable
, Cloneable
public class JDProperties extends Object implements Serializable, Cloneable
Modifier and Type | Field | Description |
---|---|---|
static String |
CHARACTER_TRUNCATION_DEFAULT |
|
static String |
CHARACTER_TRUNCATION_NONE |
|
static String |
CHARACTER_TRUNCATION_WARNING |
|
static String |
NUMERIC_RANGE_ERROR_DEFAULT |
|
static String |
NUMERIC_RANGE_ERROR_NONE |
|
static String |
NUMERIC_RANGE_ERROR_WARNING |
|
static int |
PACKAGE_CCSID |
|
static Object |
QUERY_REPLACE_TRUNCATED_PARAMETER_STRING_DEFAULT |
Modifier and Type | Method | Description |
---|---|---|
Object |
clone() |
Method to create a clone of JDProperties.
|
int |
getInt(int index) |
Get the value of the specified property as an int.
|
String |
toString() |
Returns the string representation of the object.
|
public static final int PACKAGE_CCSID
public static final Object QUERY_REPLACE_TRUNCATED_PARAMETER_STRING_DEFAULT
public static final String NUMERIC_RANGE_ERROR_DEFAULT
public static final String NUMERIC_RANGE_ERROR_WARNING
public static final String NUMERIC_RANGE_ERROR_NONE
public static final String CHARACTER_TRUNCATION_DEFAULT
public static final String CHARACTER_TRUNCATION_WARNING
public static final String CHARACTER_TRUNCATION_NONE
public Object clone()
public int getInt(int index)
index
- Property index.Copyright © 2023. All rights reserved.