Package com.microej.kf.util
Class BooleanConverter
- java.lang.Object
-
- com.microej.kf.util.BooleanConverter
-
-
Constructor Summary
Constructors Constructor Description BooleanConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanconvert(Boolean arg0, Feature targetOwner)Converts an object owned by a Feature to another Feature.Class<Boolean>getType()Gets the Kernel type managed by thisConverter.
-
-
-
Method Detail
-
convert
public Boolean convert(Boolean arg0, Feature targetOwner) throws IllegalAccessError
Description copied from interface:ConverterConverts an object owned by a Feature to another Feature.- Specified by:
convertin interfaceConverter<Boolean>- Parameters:
arg0- the source object to be convertedtargetOwner- the owner of the converted object- Returns:
- the converted object, owned by the target owner
- Throws:
IllegalAccessError
-
-