Interface IPropertyTypeBoolean
- All Superinterfaces:
IPropertyType
- All Known Implementing Classes:
PropertyTypeBoolean
Define a boolean property type.
-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.core.properties.IPropertyType
afterRead, beforeWrite, getName, validate
-
Method Details
-
getDefault
Boolean getDefault()Description copied from interface:IPropertyType
Get the default value.- Specified by:
getDefault
in interfaceIPropertyType
- Returns:
- the default value, cannot be null
-