return;
hasRangeValues = Boolean.FALSE;
hasMaxMinStep = Boolean.FALSE;
final AllowedValueRange allowedValueRange = variable.getAllowedValueRange();
final AllowedValueList allowedValueList = variable.getAllowedValueList();
if(allowedValueRange != null && allowedValueList != null){
Activator.logger.WARNING("Imported device with StateVariable "
+variable.getName()+" contains either AllowedValueRange and AllowedValueList UPnP doesn't allow it because it. Neither of the restriction will be applied");