Constructor and Description |
---|
BooleanConverter() |
Modifier and Type | Method and Description |
---|---|
Boolean |
convert(Boolean arg0,
Feature targetOwner)
Converts an object owned by a Feature to another Feature.
|
Class<Boolean> |
getType()
Gets the Kernel type managed by this
Converter . |
public Boolean convert(Boolean arg0, Feature targetOwner) throws IllegalAccessError
Converter
convert
in interface Converter<Boolean>
arg0
- the source object to be convertedtargetOwner
- the owner of the converted objectIllegalAccessError