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