org.nuxeo.ecm.automation.client.jaxrs.model
Class PropertiesHelper
java.lang.Object
org.nuxeo.ecm.automation.client.jaxrs.model.PropertiesHelper
public class PropertiesHelper
- extends Object
- Author:
- Bogdan Stefanescu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesHelper
public PropertiesHelper()
getString
public static String getString(Object v,
String defValue)
getBoolean
public static Boolean getBoolean(Object v,
Boolean defValue)
getLong
public static Long getLong(Object v,
Long defValue)
getDouble
public static Double getDouble(Object v,
Double defValue)
getDate
public static Date getDate(Object v,
Date defValue)
getList
public static PropertyList getList(Object v,
PropertyList defValue)
getMap
public static PropertyMap getMap(Object v,
PropertyMap defValue)
Copyright © 2010 Nuxeo SAS. All Rights Reserved.