private class Configuration.Parameter extends Object
| Modifier and Type | Field and Description |
|---|---|
private Object |
defaultValue |
private String |
name |
private int |
type |
static int |
TYPE_BOOLEAN |
static int |
TYPE_INTEGER |
static int |
TYPE_LONG |
static int |
TYPE_STRING |
| Constructor and Description |
|---|
Configuration.Parameter(String name,
Object defaultValue,
int type) |
public static final int TYPE_STRING
public static final int TYPE_INTEGER
public static final int TYPE_LONG
public static final int TYPE_BOOLEAN
private String name
private int type
private Object defaultValue
public String getName()
Object extractValue(Properties props)
Copyright © 2013. All Rights Reserved.