public class GenderDataConvertor extends Object implements DataConvertor<Gender>
| Constructor and Description |
|---|
GenderDataConvertor() |
| Modifier and Type | Method and Description |
|---|---|
Gender |
convert(byte[] value)
Convert the given byte array to the data convertor data type.
|
public Gender convert(byte[] value) throws DataConvertorException
DataConvertorconvert in interface DataConvertor<Gender>value - the byte array to convert.DataConvertorException - in case the conversion failed.Copyright © 2008-2018 FedICT. All Rights Reserved.