public static class ConfigPropertiesHelper.Property
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDefaultValue()
Return the property default value.
|
java.lang.String |
getName()
Return the property name.
|
java.lang.Class |
getType()
Return the property type.
|
java.lang.Object |
getValue()
Return the property value.
|
ConfigPropertiesHelper.Property |
setDefaultValue(java.lang.Object value)
Set the property default value.
|
ConfigPropertiesHelper.Property |
setValue(java.lang.Object value)
Set the property value.
|
public java.lang.String getName()
public java.lang.Class getType()
public java.lang.Object getDefaultValue()
public java.lang.Object getValue()
public ConfigPropertiesHelper.Property setDefaultValue(java.lang.Object value)
value - the property default valuejava.lang.IllegalArgumentException - if the value if not consistent with the pproperty typepublic ConfigPropertiesHelper.Property setValue(java.lang.Object value)
value - the property valuejava.lang.IllegalArgumentException - if the value if not consistent with the pproperty type