byte[] |
UserDirectoryParameter.getBinaryValue() |
Returns the binary value for the user directory parameter.
|
static byte[] |
UserDirectoryParameter.getBinaryValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the binary value for the user directory parameter with the specified name in the
specified list.
|
static boolean |
UserDirectoryParameter.getBooleanValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the boolean value for the user directory parameter with the specified name in
the specified list.
|
BigDecimal |
UserDirectoryParameter.getDecimalValue() |
Returns the BigDecimal value for the user directory parameter.
|
static BigDecimal |
UserDirectoryParameter.getDecimalValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the BigDecimal value for the user directory parameter with the specified name in
the specified list.
|
double |
UserDirectoryParameter.getDoubleValue() |
Returns the double value for the user directory parameter.
|
static double |
UserDirectoryParameter.getDoubleValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the double value for the user directory parameter with the specified name in the
specified list.
|
int |
UserDirectoryParameter.getIntegerValue() |
Returns the int value for the user directory parameter.
|
static int |
UserDirectoryParameter.getIntegerValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the int value for the user directory parameter with the specified name in the
specified list.
|
long |
UserDirectoryParameter.getLongValue() |
Returns the long value for the user directory parameter.
|
static long |
UserDirectoryParameter.getLongValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the long value for the user directory parameter with the specified name in the
specified list.
|
static String |
UserDirectoryParameter.getStringValue(List<UserDirectoryParameter> parameters,
String name) |
Returns the String value for the user directory parameter with the specified name in the
specified list.
|
static void |
UserDirectoryParameter.setBinaryValue(List<UserDirectoryParameter> parameters,
String name,
byte[] value) |
Set the binary value for the user directory parameter with the specified name in the specified
list.
|
static void |
UserDirectoryParameter.setBinaryValue(List<UserDirectoryParameter> parameters,
String name,
africa.absa.inception.core.util.BinaryBuffer value) |
Set the binary value for the user directory parameter with the specified name in the specified
list.
|
static void |
UserDirectoryParameter.setDecimalValue(List<UserDirectoryParameter> parameters,
String name,
BigDecimal value) |
Set the BigDecimal value for the user directory parameter with the specified name in the
specified list.
|
static void |
UserDirectoryParameter.setDoubleValue(List<UserDirectoryParameter> parameters,
String name,
double value) |
Set the double value for the user directory parameter with the specified name in the
specified list.
|
static void |
UserDirectoryParameter.setIntegerValue(List<UserDirectoryParameter> parameters,
String name,
int value) |
Set the int value for the user directory parameter with the specified name in the
specified list.
|
static void |
UserDirectoryParameter.setLongValue(List<UserDirectoryParameter> parameters,
String name,
long value) |
Set the long value for the user directory parameter with the specified name in the
specified list.
|
static void |
UserDirectoryParameter.setStringValue(List<UserDirectoryParameter> parameters,
String name,
String value) |
Set the String value for the user directory parameter with the specified name in the
specified list.
|