| com.pnfsoftware.jeb.core.properties.IPropertyType |
Known Indirect Subclasses
|
Base interface for property types. Implementations provide default value for a given property type, as well as a validation method to validate a property against a type.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Object |
getDefault()
Get the default value.
| ||||||||||
| abstract String |
getName()
Get the type name.
| ||||||||||
| abstract boolean |
validate(Object value)
Validate a property value.
| ||||||||||
Get the default value.
Get the type name.
Validate a property value.
| value | the property value |
|---|