public interface Checker extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled() |
String |
getName() |
@Min(value=0L) String |
getTime() |
String |
getUnit() |
void |
setEnabled(String value) |
void |
setName(String value) |
void |
setTime(String value) |
void |
setUnit(String value) |
createChild, deepCopy, getParent, getParentString getName()
void setName(String value) throws PropertyVetoException
PropertyVetoExceptionString getEnabled()
void setEnabled(String value) throws PropertyVetoException
PropertyVetoException@Min(value=0L) @Min(value=0L) String getTime()
void setTime(String value) throws PropertyVetoException
PropertyVetoExceptionString getUnit()
void setUnit(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2019. All rights reserved.