@Override
protected void setIntegerValue( int value, HostAddressContainer hostAddressContainer )
{
HostAddress hostAddressData = hostAddressContainer.getHostAddress();
HostAddrType hostAddrType = HostAddrType.getTypeByOrdinal( value );
hostAddressData.setAddrType( hostAddrType );
if ( IS_DEBUG )
{
LOG.debug( "addr-type : {}", hostAddrType );