public final class CustomPropertyUtil
extends Object
Constructor and Description |
---|
CustomPropertyUtil() |
Modifier and Type | Method and Description |
---|---|
static Integer |
customGetInteger(@NonNull IAnnotatable object,
@NonNull String key) |
static IReferable |
customGetReference(@NonNull IAnnotatable object,
@NonNull String key) |
static String |
customGetString(@NonNull IAnnotatable object,
@NonNull String key) |
static Time |
customGetTime(@NonNull IAnnotatable object,
@NonNull String key) |
static Value |
customPut(@NonNull IAnnotatable object,
@NonNull String key,
int num) |
static Value |
customPut(@NonNull IAnnotatable object,
@NonNull String key,
IReferable reference) |
static Value |
customPut(@NonNull IAnnotatable object,
@NonNull String key,
String str) |
static Value |
customPut(@NonNull IAnnotatable object,
@NonNull String key,
Time time) |
public static Value customPut(@NonNull IAnnotatable object, @NonNull String key, int num)
public static Value customPut(@NonNull IAnnotatable object, @NonNull String key, String str)
public static Value customPut(@NonNull IAnnotatable object, @NonNull String key, Time time)
public static Value customPut(@NonNull IAnnotatable object, @NonNull String key, IReferable reference)
public static Integer customGetInteger(@NonNull IAnnotatable object, @NonNull String key)
public static String customGetString(@NonNull IAnnotatable object, @NonNull String key)
public static Time customGetTime(@NonNull IAnnotatable object, @NonNull String key)
public static IReferable customGetReference(@NonNull IAnnotatable object, @NonNull String key)