public static class BooleanConfigParam.ConfigParamImpl extends Object implements ConfigParam
A ConfigParam that handles BooleanConfigParam.
| Constructor and Description |
|---|
BooleanConfigParam.ConfigParamImpl(BooleanConfigParam configParam)
Builds a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
defaultValue()
Gets the default value.
|
String |
propertyKey()
Gets the property key for this parameter.
|
Class<? extends PropertySetter> |
setter()
Gets the
PropertySetter. |
public BooleanConfigParam.ConfigParamImpl(BooleanConfigParam configParam)
Builds a new instance.
configParam - the annotationpublic Class<? extends PropertySetter> setter()
Gets the PropertySetter.
setter in interface ConfigParampublic Object defaultValue()
Gets the default value.
defaultValue in interface ConfigParampublic String propertyKey()
Gets the property key for this parameter.
propertyKey in interface ConfigParamCopyright © 2012-2015. All Rights Reserved.