public final class ValueProviderParameterUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBoolean(IndexedProperty indexedProperty,
String key,
boolean defaultValue) |
static double |
getDouble(IndexedProperty indexedProperty,
String key,
double defaultValue) |
static int |
getInt(IndexedProperty indexedProperty,
String key,
int defaultValue) |
static long |
getLong(IndexedProperty indexedProperty,
String key,
long defaultValue) |
static String |
getString(IndexedProperty indexedProperty,
String key,
String defaultValue) |
protected static String |
getStringValue(IndexedProperty indexedProperty,
String key) |
public static int getInt(IndexedProperty indexedProperty, String key, int defaultValue)
public static long getLong(IndexedProperty indexedProperty, String key, long defaultValue)
public static double getDouble(IndexedProperty indexedProperty, String key, double defaultValue)
public static boolean getBoolean(IndexedProperty indexedProperty, String key, boolean defaultValue)
public static String getString(IndexedProperty indexedProperty, String key, String defaultValue)
protected static String getStringValue(IndexedProperty indexedProperty, String key)
Copyright © 2017 SAP SE. All Rights Reserved.