public static class PropertyBag.Duck extends Object
Constructor and Description |
---|
Duck() |
Modifier and Type | Method and Description |
---|---|
static Property |
getProperty(PropertyBag me,
String name) |
static String |
getPropertyValue(PropertyBag me,
String name) |
static String |
getPropertyValue(PropertyBag me,
String name,
String defaultValue) |
public static Property getProperty(PropertyBag me, String name)
public static String getPropertyValue(PropertyBag me, String name)
public static String getPropertyValue(PropertyBag me, String name, String defaultValue)
Copyright © 2009–2016 Oracle Corporation. All rights reserved.