public class GenderToFemaleValueConvertor extends Object implements ValueConvertor<Gender,Boolean>
Constructor and Description |
---|
GenderToFemaleValueConvertor() |
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
ValueConvertor
convert
in interface ValueConvertor<Gender,Boolean>
value
- the object to convert.ValueConvertorException
- in case the conversion failed.Copyright © 2008-2016 FedICT. All Rights Reserved.