java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.properties.impl.PropertyTypeBoolean |
Boolean property type.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static PropertyTypeBoolean | create(Boolean def) | ||||||||||
static PropertyTypeBoolean |
create()
Define a boolean property that defaults to 'false'
| ||||||||||
boolean | equals(Object obj) | ||||||||||
Boolean |
getDefault()
Get the default value.
| ||||||||||
String |
getName()
Get the type name.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() | ||||||||||
boolean |
validate(Object value)
Validate a property value.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Define a boolean property that defaults to 'false'
Get the default value.
Get the type name.
Validate a property value.
value | the property value |
---|