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