public class GenderToMaleValueConvertor extends Object implements ValueConvertor<Gender,Boolean>
| Constructor and Description |
|---|
GenderToMaleValueConvertor() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
convert(Gender value)
Convert the given object to the convertor data type.
|
public Boolean convert(Gender value) throws ValueConvertorException
ValueConvertorconvert in interface ValueConvertor<Gender,Boolean>value - the object to convert.ValueConvertorException - in case the conversion failed.Copyright © 2008-2018 FedICT. All Rights Reserved.