public class PropertyExt
extends java.lang.Object
| Constructor and Description |
|---|
PropertyExt() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Boolean |
getBoolean(java.lang.String name)
Returns the boolean value of the property, or null if it does not exist.
|
static java.lang.Integer |
getInteger(java.lang.String name)
Returns the integer value of the property, or null if it does not exist.
|
public static java.lang.Boolean getBoolean(java.lang.String name)
public static java.lang.Integer getInteger(java.lang.String name)