public final class ConfigProperty extends Object implements Serializable
This class differs from the SLEE-defined ConfigProperties.Property
class in that the configuration property's value in this class is represented as a string
rather than required to be of the specified type. This allows the passing of variable
references in property values which may be resolved at some later time.
| Constructor and Description |
|---|
ConfigProperty(String name,
String type,
String value)
Create a new configuration property with a name, type, and value.
|